{"info":{"_postman_id":"a04d7ccf-12d1-41e2-b734-cc2569b79790","name":"Celsius API","description":"

Getting Started

\n

This postman collection contains endpoints usable by Celsius partners.

\n

Authentication

\n

Depending on the integration type, different authentication headers are used.

\n

Note All examples are using the Segmented Integration authentication headers (X-Cel-Partner-Token/X-Cel-User-Token).
In case you are using one of the Omnibus Integrations, replace X-Cel-User-Token with X-Cel-Api-Key header.

\n

Segmented Integration

\n

Segmented Integration partners use the partner key (issued by Celsius and securely provided to the partner) and a user token (created by the partner for each user they want to create in Celsius system) in order to authenticate on behalf of their users.

\n

Here are the headers that need to be set to authenticate:

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
HeaderDescription
X-Cel-Partner-TokenPartner key provided by Celsius, used to differentiate between partners
X-Cel-User-TokenUser token created by the partner for each user, used to differentiate between partner's users
\n

Omnibus Integrations

\n

Omnibus and Omnibus Treasury partners use the partner key (issued by Celsius and securely provided to the partner) and an api key (issued by Celsius and securely provided to the partner) in order to authenticate.

\n

Here are the headers that need to be set to authenticate:

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
HeaderDescription
X-Cel-Partner-TokenPartner key provided by Celsius, used to differentiate between partners
X-Cel-Api-KeyApi key provided by Celsius, used to authenticate as the partner
\n

Data Structures

\n

Explanation for each data structure used by the Celsius API, and their properties, can be found in the tables below.

\n

Transaction

\n

An instance of Transaction structure represents a single transaction of a user in Celsius system.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
iduuidTransaction id in Celsius system
amountnumeric stringTransaction amount, rounded down to the last significant decimal place
amount_precisenumeric stringPrecise transaction amount, without any rounding applied
amount_usdnumeric stringTransaction amount converted to USD at the time property
coinstringTransaction coin
statestringTransaction State
naturestringTransaction Nature
timeISO 8601 dateTransaction date and time
tx_idstringTransaction blockchain hash
original_interest_coinstringOriginal coin for which this transaction was created. Present only when the nature property is interest
interest_amount_in_original_coinnumeric stringAmount in original_interest_coin before conversion to coin. Present only when the nature property is interest
\n

Transaction State

\n

Transaction State represents the different states that the state property of Transaction can have.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
StateState TypeDescription
processingIntermediateTransaction is waiting to be sent to the blockchain
unconfirmedIntermediateTransaction is waiting to be confirmed
confirmedFinalTransaction is confirmed
rejectedFinalTransaction wasn't confirmed and has failed
\n

Transaction Nature

\n

Transaction Nature represents the different natures that the nature property of Transaction can have

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NatureDescription
depositDeposit transaction
withdrawalWithdrawal transaction
interestInterest transaction
\n

Pagination

\n

Pagination structure is used to split any collection into pages, each with the same number of items.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
totalnumericTotal number of items
pagesnumericTotal number of pages, each with per_page number of items
currentnumericCurrent page number
per_pagenumericNumber of items per page
showingstringWhere in the collection are the first and last item located
\n

Interest Rate

\n

Interest Rate structure is used to represent interest rate for a single coin.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
coinstringInterest rate coin
ratenumeric stringInterest rate
\n

Accrued Interest

\n

Accrued Interest structure is used to represent the interest a user has accrued for a single coin.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
amountnumeric stringInterest accrued In Kind (Interest accrued in coin for holdings in that same coin)
amount_celnumeric stringInterest accrued In CEL (Interest accrued in CEl on holdings in the coin)
amount_usdnumberInterest accrued converted to USD. This includes both In Kind and In CEL interest
coinstringCoin on which the interest was accrued
\n

KYC Status

\n

KYC Status represents the different statuses that a KYC application can have.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
StatusStatus TypeDescription
COLLECTINGIntermediateData still needs to be uploaded before the KYC verification can start
PENDINGIntermediateKYC verification is in progress
PASSEDFinalKYC application has passed the verification
REJECTEDFinalKYC application has failed the verification. Data needs to be resubmitted to restart the KYC verification
PERMANENTLY_REJECTEDFinalKYC application has been permanently rejected. Another KYC verification can't be started for this user
\n

Rejection Reason

\n

Rejection Reason represents a reason why a KYC application has failed the verification process.\nMultiple reasons can be provided for the same KYC application.

\n

For a description of each reason, consult the OnFido Documentation

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Rejection Reason
politically_exposed_person
legal_and_regulatory_warnings
sanction
adverse_media
image_quality
image_integrity
conclusive_document_quality
mrz
supported_document
fonts
document_numbers
digital_tampering
original_document_present
visual_authenticity
picture_face_integrity
face_detection
security_features
data_validation
last_name
first_name
date_of_birth
data_consistency
gender
minimum_accepted_age
age_validation
document_expiration
expiry_date
colour_picture
other
template
\n
","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Authentication","slug":"authentication"},{"content":"Data Structures","slug":"data-structures"}],"owner":"4207695","collectionId":"a04d7ccf-12d1-41e2-b734-cc2569b79790","publishedId":"Rzn6v2mZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-12-19T17:15:34.000Z"},"item":[{"name":"KYC Endpoints","item":[{"name":"Get KYC status","id":"02f92109-9001-456b-9cc4-9df2e9b1ea63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/kyc","description":"

Description

\n
\n

Returns user's KYC application status with an array of rejection reasons.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
statusKYC StatusStatus of the KYC application
reasonsObject<Rejection Reason,consider>Object containing the rejection reasons. Can be empty if there are no rejection reasons or the user hasn't been rejected. If any keys are present, value is always consider
\n
","urlObject":{"path":["kyc"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1347118b-2506-4601-84cf-d7fb185e77c6","name":"Pending (form processing is in progress)","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"pending\"\n}"},{"id":"386c51b8-7da2-4522-847a-6aad29c8a106","name":"Rejected","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"rejected\"\n}"},{"id":"6b125145-faa9-41d2-a04e-3227171d6ea1","name":"Success - Status returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"REJECTED\",\n \"reasons\": {\n \"other\": \"consider\",\n \"original_document_present\": \"consider\",\n \"visual_authenticity\": \"consider\"\n }\n}"},{"id":"6f80e283-feaa-4c4e-9200-795a8cb39ef0","name":"Collecting (user has not yet submitted his KYC form)","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"collecting\"\n}"},{"id":"74b1ecc2-e833-4382-a620-77252d69c1a7","name":"Passed","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"passed\"\n}"}],"_postman_id":"02f92109-9001-456b-9cc4-9df2e9b1ea63"},{"name":"Post KYC data for verification","id":"5cb7ec7d-55b7-4e82-8f0a-b99357efae96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Jane","type":"text"},{"key":"last_name","value":"Doe","type":"text"},{"key":"middle_name","value":"Middle","type":"text"},{"key":"title","value":"Mrs","type":"text"},{"key":"date_of_birth","value":"1990-04-14","type":"text"},{"key":"citizenship","value":"United States","type":"text"},{"key":"country","value":"United States","type":"text"},{"key":"state","value":"California","type":"text"},{"key":"city","value":"Los Angeles","type":"text"},{"key":"zip","value":"90001","type":"text"},{"key":"street","value":"3rd Street","type":"text"},{"key":"building_number","value":"22a","type":"text"},{"key":"flat_number","value":"1b","type":"text"},{"key":"ssn","value":"571-59-3333","type":"text"},{"key":"itin","value":"123-456-789","type":"text"},{"key":"national_id","value":"123-456-789","type":"text"},{"key":"gender","value":"female","type":"text"},{"key":"phone_number","value":"+1-202-555-0103","type":"text"},{"key":"document_type","value":"identity_card","type":"text"},{"key":"document_front_image","type":"file","src":"/home/mvp/Desktop/template.jpg"},{"key":"document_back_image","type":"file","src":"/home/mvp/Desktop/template.jpg"}]},"url":"{{base_url}}/kyc","description":"

Description

\n
\n

Creates the KYC application based on the provided data and starts the KYC verification process.

\n

KYC Application Data

\n

These are the possible properties that can be provided in the request's form data to create the KYC application.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeMandatoryDescription
first_namestringYesApplicant's first name
last_namestringYesApplicant's last name
middle_namestringNoApplicant's middle name
titlestringNoApplicant's title
date_of_birthISO 8601 date stringYesApplicant's date of birth
citizenshipstringYesApplicant's citizenship. Refer to Get countries endpoint to obtain the ISO 3166 country names supported by Celsius
countrystringYesApplicant's country of residence. Refer to Get countries endpoint to obtain the ISO 3166 country names supported by Celsius
statestringYes, if the applicant's country of residence is the United States. No, otherwiseApplicant's state of residence. Refer to Get countries endpoint to obtain the ISO 3166 country names supported by Celsius
citystringYesApplicant's city of residence
zipstringYesApplicant's zip code
streetstringYesApplicant's street address
building_numberstringNoApplicant's building number
flat_numberstringNoApplicant's apartment/flat number
itinstringNoApplicant's Individual Taxpayer Identification Number
national_idstringNoApplicant's national identification
ssnstringYes, if the applicant's country of residence is the United States. No, otherwiseApplicant's Social Security Number
genderstringNoApplicant's gender
phone_numberstringNoApplicant's phone number with the country calling code included
document_typeDocument TypeYesType of the provided document for identity verification
document_front_imagejpg/jpegYesFront side of the document used for identity verification
document_back_imagejpg/jpegYes, if document_type is identity_card or driving_licence. No, otherwiseBack side of the document used for identity verification
\n

Document Type

\n

These are the different document types that Celsius supports for identity verification.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Document Type
passport
identity_card
driving_licence
\n

Response

\n
\n

In some cases, validation errors might be returned before the KYC application gets created. These errors are contained within an array, and each error has the following format:

\n

Validation Error

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
propertystringKYC Application Data property that has failed validation
childrenValidationError[]Contains nested validation errors, if there are any
constraintsObject<Constraint,Message>Constraints that the property has failed to meet
\n
","urlObject":{"path":["kyc"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"07439c13-ef03-43ea-aca7-246893692323","name":"Failure - KYC application has been permanently rejected","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Jane","type":"text"},{"key":"last_name","value":"Doe","type":"text"},{"key":"middle_name","value":"Middle","type":"text"},{"key":"title","value":"Mrs","type":"text"},{"key":"date_of_birth","value":"1990-04-14","type":"text"},{"key":"citizenship","value":"United States","type":"text"},{"key":"country","value":"United States","type":"text"},{"key":"state","value":"California","type":"text"},{"key":"city","value":"Los Angeles","type":"text"},{"key":"zip","value":"90001","type":"text"},{"key":"street","value":"3rd Street","type":"text"},{"key":"building_number","value":"22a","type":"text"},{"key":"flat_number","value":"1b","type":"text"},{"key":"ssn","value":"571-59-3333","type":"text"},{"key":"itin","value":"123-456-789","type":"text"},{"key":"national_id","value":"123-456-789","type":"text"},{"key":"gender","value":"female","type":"text"},{"key":"phone_number","value":"+1-202-555-0103","type":"text"},{"key":"document_type","value":"identity_card","type":"text"},{"key":"document_front_image","type":"file","src":"/home/mvp/Desktop/template.jpg"},{"key":"document_back_image","type":"file","src":"/home/mvp/Desktop/template.jpg"}]},"url":"{{base_url}}/kyc"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"KYC was permanently rejected.\",\n \"slug\": \"KYC_PERMANENTLY_REJECTED\"\n}"},{"id":"0a68abc2-a396-4381-aaed-b599d3b13e9c","name":"Sucess - KYC data submitted and verification process started","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Jane","type":"text"},{"key":"last_name","value":"Doe","type":"text"},{"key":"middle_name","value":"Middle","type":"text"},{"key":"title","value":"Mrs","type":"text"},{"key":"date_of_birth","value":"1990-04-14","type":"text"},{"key":"citizenship","value":"United States","type":"text"},{"key":"country","value":"United States","type":"text"},{"key":"state","value":"California","type":"text"},{"key":"city","value":"Los Angeles","type":"text"},{"key":"zip","value":"90001","type":"text"},{"key":"street","value":"3rd Street","type":"text"},{"key":"building_number","value":"22a","type":"text"},{"key":"flat_number","value":"1b","type":"text"},{"key":"ssn","value":"571-59-3333","type":"text"},{"key":"itin","value":"123-456-789","type":"text"},{"key":"national_id","value":"123-456-789","type":"text"},{"key":"gender","value":"female","type":"text"},{"key":"phone_number","value":"+1-202-555-0103","type":"text"},{"key":"document_type","value":"identity_card","type":"text"},{"key":"document_front_image","type":"file","src":"/home/mvp/Desktop/template.jpg"},{"key":"document_back_image","type":"file","src":"/home/mvp/Desktop/template.jpg"}]},"url":"{{base_url}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Kyc started.\"\n}"},{"id":"3a8773d9-587c-480e-8dc5-4a834acb1768","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"","type":"text"},{"key":"last_name","value":"","type":"text"},{"key":"middle_name","value":"","description":"optional","type":"text"},{"key":"title","value":"","description":"optional","type":"text"},{"key":"date_of_birth","value":"","description":"ISO-8601 date","type":"text"},{"key":"citizenship","value":"","description":"ISO-3166-1 country short name","type":"text"},{"key":"gender","value":"","description":"male/female/other","type":"text"},{"key":"document_type","value":"","description":"passport/id/drivers license","type":"text"},{"key":"document_front_image","type":"file","value":""},{"key":"document_back_image","description":"optional","type":"file","value":""},{"key":"phone_number","value":"","type":"text"}]},"url":"{{base_url}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"KYC started.\"\n}"},{"id":"625006c9-43cd-42af-92fc-fa08b3e7bf25","name":"KYC already started","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"","type":"text"},{"key":"last_name","value":"","type":"text"},{"key":"middle_name","value":"","description":"optional","type":"text"},{"key":"title","value":"","description":"optional","type":"text"},{"key":"date_of_birth","value":"","description":"ISO-8601 date","type":"text"},{"key":"citizenship","value":"","description":"ISO-3166-1 country short name","type":"text"},{"key":"gender","value":"","description":"male/female/other","type":"text"},{"key":"document_type","value":"","description":"passport/id/drivers license","type":"text"},{"key":"document_front_image","type":"file","value":""},{"key":"document_back_image","description":"optional","type":"file","value":""},{"key":"phone_number","value":"","type":"text"}]},"url":"{{base_url}}/kyc"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"KYC already started\"\n}"},{"id":"6d40f035-b293-4662-83ec-e065fb8832ba","name":"Failure - KYC verification process already started","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Jane","type":"text"},{"key":"last_name","value":"Doe","type":"text"},{"key":"middle_name","value":"Middle","type":"text"},{"key":"title","value":"Mrs","type":"text"},{"key":"date_of_birth","value":"1990-04-14","type":"text"},{"key":"citizenship","value":"United States","type":"text"},{"key":"country","value":"United States","type":"text"},{"key":"state","value":"California","type":"text"},{"key":"city","value":"Los Angeles","type":"text"},{"key":"zip","value":"90001","type":"text"},{"key":"street","value":"3rd Street","type":"text"},{"key":"building_number","value":"22a","type":"text"},{"key":"flat_number","value":"1b","type":"text"},{"key":"ssn","value":"571-59-3333","type":"text"},{"key":"itin","value":"123-456-789","type":"text"},{"key":"national_id","value":"123-456-789","type":"text"},{"key":"gender","value":"female","type":"text"},{"key":"phone_number","value":"+1-202-555-0103","type":"text"},{"key":"document_type","value":"identity_card","type":"text"},{"key":"document_front_image","type":"file","src":"/home/mvp/Desktop/template.jpg"},{"key":"document_back_image","type":"file","src":"/home/mvp/Desktop/template.jpg"}]},"url":"{{base_url}}/kyc"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"KYC already started.\",\n \"slug\": \"KYC_PENDING\"\n}"},{"id":"75a8da28-e2ab-4c0f-8fa6-c56acfa8258f","name":"KYC already passed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"","type":"text"},{"key":"last_name","value":"","type":"text"},{"key":"middle_name","value":"","description":"optional","type":"text"},{"key":"title","value":"","description":"optional","type":"text"},{"key":"date_of_birth","value":"","description":"ISO-8601 date","type":"text"},{"key":"citizenship","value":"","description":"ISO-3166-1 country short name","type":"text"},{"key":"gender","value":"","description":"male/female/other","type":"text"},{"key":"document_type","value":"","description":"passport/id/drivers license","type":"text"},{"key":"document_front_image","type":"file","value":""},{"key":"document_back_image","description":"optional","type":"file","value":""},{"key":"phone_number","value":"","type":"text"}]},"url":"{{base_url}}/kyc"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"KYC already passed.\"\n}"},{"id":"7b4b26aa-3e14-42ad-b753-aaa08dce707f","name":"Failure - Validation errors","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Jane","type":"text","disabled":true},{"key":"last_name","value":"Doe","type":"text","disabled":true},{"key":"middle_name","value":"Middle","type":"text","disabled":true},{"key":"title","value":"Mrs","type":"text","disabled":true},{"key":"date_of_birth","value":"1990-04-14","type":"text","disabled":true},{"key":"citizenship","value":"United States","type":"text","disabled":true},{"key":"country","value":"United States","type":"text","disabled":true},{"key":"state","value":"California","type":"text","disabled":true},{"key":"city","value":"Los Angeles","type":"text","disabled":true},{"key":"zip","value":"90001","type":"text","disabled":true},{"key":"street","value":"3rd Street","type":"text","disabled":true},{"key":"building_number","value":"22a","type":"text","disabled":true},{"key":"flat_number","value":"1b","type":"text","disabled":true},{"key":"ssn","value":"571-59-3333","type":"text","disabled":true},{"key":"itin","value":"123-456-789","type":"text","disabled":true},{"key":"national_id","value":"123-456-789","type":"text","disabled":true},{"key":"gender","value":"female","type":"text","disabled":true},{"key":"phone_number","value":"+1-202-555-0103","type":"text","disabled":true},{"key":"document_type","value":"identity_card","type":"text","disabled":true},{"key":"document_front_image","type":"file","src":"/home/mvp/Desktop/template.jpg","disabled":true},{"key":"document_back_image","type":"file","src":"/home/mvp/Desktop/template.jpg","disabled":true}]},"url":"{{base_url}}/kyc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n {\n \"property\": \"first_name\",\n \"children\": [],\n \"constraints\": {\n \"isString\": \"first_name must be a string\",\n \"isNotEmpty\": \"first_name should not be empty\"\n }\n },\n {\n \"property\": \"last_name\",\n \"children\": [],\n \"constraints\": {\n \"isString\": \"last_name must be a string\",\n \"isNotEmpty\": \"last_name should not be empty\"\n }\n },\n {\n \"property\": \"date_of_birth\",\n \"children\": [],\n \"constraints\": {\n \"isIso8601\": \"date_of_birth must be a valid ISO 8601 date string\",\n \"isNotEmpty\": \"date_of_birth should not be empty\"\n }\n },\n {\n \"property\": \"citizenship\",\n \"children\": [],\n \"constraints\": {\n \"isString\": \"citizenship must be a string\",\n \"isNotEmpty\": \"citizenship should not be empty\"\n }\n },\n {\n \"property\": \"country\",\n \"children\": [],\n \"constraints\": {\n \"isString\": \"country must be a string\",\n \"isNotEmpty\": \"country should not be empty\"\n }\n },\n {\n \"property\": \"city\",\n \"children\": [],\n \"constraints\": {\n \"isString\": \"city must be a string\",\n \"isNotEmpty\": \"city should not be empty\"\n }\n },\n {\n \"property\": \"zip\",\n \"children\": [],\n \"constraints\": {\n \"isString\": \"zip must be a string\",\n \"isNotEmpty\": \"zip should not be empty\"\n }\n },\n {\n \"property\": \"street\",\n \"children\": [],\n \"constraints\": {\n \"isString\": \"street must be a string\",\n \"isNotEmpty\": \"street should not be empty\"\n }\n }\n]"},{"id":"7fd04833-d280-48f4-b858-382a44c54b96","name":"Validation errors","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"","type":"text"},{"key":"last_name","value":"","type":"text"},{"key":"middle_name","value":"","description":"optional","type":"text"},{"key":"title","value":"","description":"optional","type":"text"},{"key":"date_of_birth","value":"","description":"ISO-8601 date","type":"text"},{"key":"citizenship","value":"","description":"ISO-3166-1 country short name","type":"text"},{"key":"gender","value":"","description":"male/female/other","type":"text"},{"key":"document_type","value":"","description":"passport/id/drivers license","type":"text"},{"key":"document_front_image","type":"file","value":""},{"key":"document_back_image","description":"optional","type":"file","value":""},{"key":"phone_number","value":"","type":"text"}]},"url":"{{base_url}}/kyc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"The field first_name is mandatory.\"\n}"},{"id":"81357cba-5f62-413b-accc-9aaaa7b11358","name":"Failure - Blocked by compliance","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Jane","type":"text"},{"key":"last_name","value":"Doe","type":"text"},{"key":"middle_name","value":"Middle","type":"text"},{"key":"title","value":"Mrs","type":"text"},{"key":"date_of_birth","value":"1990-04-14","type":"text"},{"key":"citizenship","value":"United States","type":"text"},{"key":"country","value":"United States","type":"text"},{"key":"state","value":"California","type":"text"},{"key":"city","value":"Los Angeles","type":"text"},{"key":"zip","value":"90001","type":"text"},{"key":"street","value":"3rd Street","type":"text"},{"key":"building_number","value":"22a","type":"text"},{"key":"flat_number","value":"1b","type":"text"},{"key":"ssn","value":"571-59-3333","type":"text"},{"key":"itin","value":"123-456-789","type":"text"},{"key":"national_id","value":"123-456-789","type":"text"},{"key":"gender","value":"female","type":"text"},{"key":"phone_number","value":"+1-202-555-0103","type":"text"},{"key":"document_type","value":"identity_card","type":"text"},{"key":"document_front_image","type":"file","src":"/home/mvp/Desktop/template.jpg"},{"key":"document_back_image","type":"file","src":"/home/mvp/Desktop/template.jpg"}]},"url":"{{base_url}}/kyc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius app is not available for users from , . For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"8f81a524-0696-4016-817e-0079851fb3f8","name":"Failure - KYC verification process already passed","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Jane","type":"text"},{"key":"last_name","value":"Doe","type":"text"},{"key":"middle_name","value":"Middle","type":"text"},{"key":"title","value":"Mrs","type":"text"},{"key":"date_of_birth","value":"1990-04-14","type":"text"},{"key":"citizenship","value":"United States","type":"text"},{"key":"country","value":"United States","type":"text"},{"key":"state","value":"California","type":"text"},{"key":"city","value":"Los Angeles","type":"text"},{"key":"zip","value":"90001","type":"text"},{"key":"street","value":"3rd Street","type":"text"},{"key":"building_number","value":"22a","type":"text"},{"key":"flat_number","value":"1b","type":"text"},{"key":"ssn","value":"571-59-3333","type":"text"},{"key":"itin","value":"123-456-789","type":"text"},{"key":"national_id","value":"123-456-789","type":"text"},{"key":"gender","value":"female","type":"text"},{"key":"phone_number","value":"+1-202-555-0103","type":"text"},{"key":"document_type","value":"identity_card","type":"text"},{"key":"document_front_image","type":"file","src":"/home/mvp/Desktop/template.jpg"},{"key":"document_back_image","type":"file","src":"/home/mvp/Desktop/template.jpg"}]},"url":"{{base_url}}/kyc"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"KYC already passed.\",\n \"slug\": \"KYC_PASSED\"\n}"}],"_postman_id":"5cb7ec7d-55b7-4e82-8f0a-b99357efae96"}],"id":"7545936b-0219-4179-8df1-e8bb922a05f7","description":"

These endpoints are used to perform operations on a user's KYC application.

\n

Note KYC endpoints are usable only by Segmented Integration Partners, as the Omnibus Integration partners don't have multiple users that have to pass the KYC verification.

\n

Possible actions:

\n\n","event":[{"listen":"prerequest","script":{"id":"57bc45f4-fc62-445c-93f7-cc8a0c3db2e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b28031d0-9bd8-4f37-b5f0-e28755942682","type":"text/javascript","exec":[""]}}],"_postman_id":"7545936b-0219-4179-8df1-e8bb922a05f7"},{"name":"Wallet Endpoints","item":[{"name":"Get balance for all coins","id":"988665b9-d902-43d7-8ece-028868490868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate between partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/balance/","description":"

Description

\n
\n

Returns user's balance in each coin.

\n","urlObject":{"path":["wallet","balance",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"177057ea-661d-4473-a160-98b1cb97daa9","name":"Failure - Blocked by compliance","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate between partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":"{{base_url}}/wallet/balance/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Signature","value":"C+//XpO2izMrwm+3Lcid2I7SBt+AEl/hnc0YgjRo8vXA7uK3uHe7fnWEBCsK++fUbsel3UAmflhvMZggV3FjHI/HXNPHovwrEonKyVOB/rcsAc+lIfHCn/HWQ4qNNLU+HnAL1C3CJiNtLCVPfyIxsVPpH+0Im+0pcQcMhpU5gFokAUma+IjIyQQHUsMAQFcNBUWpGGvquJY6sIS/0/Vdi7+64uoI663KTCaDB1k1BcUjInh3k/eoG6mzJucr6sktpPlTwkHvgaapW20Ni7HjUft2SRDAvxaPSFDcW6yH67eCS+oaMdMfGEcZOifNW+YYOceUxLjWI/H9lnTKtp6XYA=="},{"key":"Content-Length","value":"196"},{"key":"ETag","value":"W/\"c4-QP9GbIfHAOMvagypoJZQKVfd7bg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 31 Jan 2021 16:21:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"1e9f0759-765c-433f-803a-32b79d7667f7","name":"Success - Balances returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate between partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":"{{base_url}}/wallet/balance/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"balance\": {\n \"eth\": \"998.000000000000000000\",\n \"btc\": \"0\",\n \"dash\": \"0\",\n \"bch\": \"0\",\n \"bsv\": \"0\",\n \"ltc\": \"0.00500000\",\n \"zec\": \"0\",\n \"btg\": \"0\",\n \"xrp\": \"0\",\n \"xlm\": \"0\",\n \"omg\": \"0\",\n \"tusd\": \"0\",\n \"gusd\": \"0\",\n \"pax\": \"0\",\n \"paxg\": \"0\",\n \"usdc\": \"0\",\n \"dai\": \"0\",\n \"mcdai\": \"0\",\n \"cel\": \"1659.0569\",\n \"zrx\": \"0\",\n \"orbs\": \"0\",\n \"usdt erc20\": \"2693.459858\",\n \"tgbp\": \"0\",\n \"taud\": \"0\",\n \"thkd\": \"0\",\n \"tcad\": \"0\",\n \"eos\": \"0\",\n \"sga\": \"0\",\n \"sgr\": \"0\",\n \"xaut\": \"0\",\n \"etc\": \"0\",\n \"bat\": \"0\",\n \"busd\": \"0\",\n \"knc\": \"0\",\n \"link\": \"0\",\n \"lpt\": \"0\",\n \"matic\": \"0\",\n \"snx\": \"0\",\n \"uma\": \"0\",\n \"uni\": \"0\",\n \"mana\": \"0\",\n \"comp\": \"0\",\n \"spark\": \"0\",\n \"steth\": \"0\",\n \"aave\": \"0\"\n }\n}"}],"_postman_id":"988665b9-d902-43d7-8ece-028868490868"},{"name":"Get balance for a coin","id":"510fbf6e-2fc5-4671-9952-231cbdfd9d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"

Partner token used to differentiate different partners

\n","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"

User token (secret)

\n","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":"{{base_url}}/wallet/:coin/balance","description":"

Description

\n
\n

Returns user's balance in a specific coin and its value in USD.

\n","urlObject":{"path":["wallet",":coin","balance"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"35cfd995-71e8-4bcb-84a8-5814b7f0140a","name":"Failure - Blocked by compliance","originalRequest":{"method":"GET","header":[{"description":"Partner token used to differentiate different partners","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"User token (secret)","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":{"raw":"{{base_url}}/wallet/:coin/balance","host":["{{base_url}}"],"path":["wallet",":coin","balance"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"3749bf66-b406-444a-945e-3bff7113b651","name":"Balance for coin","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/balance","host":["{{base_url}}"],"path":["wallet",":coin","balance"],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"amount\": 0.00525\n}"},{"id":"72b005f3-dead-474b-9b15-f3c561cc4ad8","name":"Failure - Unsupported coin","originalRequest":{"method":"GET","header":[{"description":"Partner token used to differentiate different partners","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"User token (secret)","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":{"raw":"{{base_url}}/wallet/:coin/balance","host":["{{base_url}}"],"path":["wallet",":coin","balance"],"variable":[{"key":"coin","value":"UNSUPPORTED_COIN","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Coin is invalid!\",\n \"slug\": \"COIN_NOT_FOUND\"\n}"},{"id":"c2a95134-e875-4b11-b239-42a3f67baa89","name":"Success - Balance returned","originalRequest":{"method":"GET","header":[{"description":"Partner token used to differentiate different partners","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"User token (secret)","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":{"raw":"{{base_url}}/wallet/:coin/balance","host":["{{base_url}}"],"path":["wallet",":coin","balance"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"amount\": \"998\",\n \"amount_in_usd\": \"209215.846136262\"\n}"}],"_postman_id":"510fbf6e-2fc5-4671-9952-231cbdfd9d79"},{"name":"Get accrued interest for all coins","id":"3d9fb6a9-896b-4545-aa64-c36d29cb41ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"

Partner token used to differentiate different partners

\n","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"

User token (secret)

\n","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":"{{base_url}}/wallet/interest","description":"

Description

\n
\n

Returns user's accrued interest in each coin and its value in USD as well as the total amount accrued in USD.

\n

Returns

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
interestObject<Coin,Accrued Interest>Accrued interest on holdings in the coin
total_amount_usdnumeric stringTotal USD sum of all accrued interest
\n
","urlObject":{"path":["wallet","interest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0ae8d1f0-aeae-46af-b202-2d5aced869e5","name":"Success - Accrued interest returned","originalRequest":{"method":"GET","header":[{"description":"Partner token used to differentiate different partners","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"User token (secret)","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":"{{base_url}}/wallet/interest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"interest\": {\n \"USDT ERC20\": {\n \"amount\": \"2693.459858\",\n \"amount_usd\": 2703.1489672927883,\n \"amount_cel\": 0\n },\n \"BTC\": {\n \"amount\": 0,\n \"amount_usd\": 206.20390147513007,\n \"amount_cel\": \"1659.0569\",\n \"coin\": \"BTC\"\n },\n \"ETH\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"ETH\"\n },\n \"DASH\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"DASH\"\n },\n \"BCH\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"BCH\"\n },\n \"BSV\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"BSV\"\n },\n \"LTC\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"LTC\"\n },\n \"ZEC\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"ZEC\"\n },\n \"BTG\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"BTG\"\n },\n \"XRP\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"XRP\"\n },\n \"XLM\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"XLM\"\n },\n \"OMG\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"OMG\"\n },\n \"TUSD\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"TUSD\"\n },\n \"GUSD\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"GUSD\"\n },\n \"PAX\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"PAX\"\n },\n \"PAXG\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"PAXG\"\n },\n \"USDC\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"USDC\"\n },\n \"DAI\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"DAI\"\n },\n \"MCDAI\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"MCDAI\"\n },\n \"CEL\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"CEL\"\n },\n \"ZRX\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"ZRX\"\n },\n \"ORBS\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"ORBS\"\n },\n \"TGBP\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"TGBP\"\n },\n \"TAUD\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"TAUD\"\n },\n \"THKD\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"THKD\"\n },\n \"TCAD\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"TCAD\"\n },\n \"EOS\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"EOS\"\n },\n \"SGA\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"SGA\"\n },\n \"SGR\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"SGR\"\n },\n \"XAUT\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"XAUT\"\n },\n \"ETC\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"ETC\"\n },\n \"BAT\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"BAT\"\n },\n \"BUSD\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"BUSD\"\n },\n \"KNC\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"KNC\"\n },\n \"LINK\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"LINK\"\n },\n \"LPT\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"LPT\"\n },\n \"MATIC\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"MATIC\"\n },\n \"SNX\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"SNX\"\n },\n \"UMA\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"UMA\"\n },\n \"UNI\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"UNI\"\n },\n \"MANA\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"MANA\"\n },\n \"COMP\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"COMP\"\n },\n \"STETH\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"STETH\"\n },\n \"AAVE\": {\n \"amount\": 0,\n \"amount_usd\": 0,\n \"amount_cel\": 0,\n \"coin\": \"AAVE\"\n },\n \"total_amount_usd\": \"2909.35286876791837\"\n }\n}"},{"id":"8f17f1d6-a3f5-44bd-a2b6-57e5934aa866","name":"Failure - Blocked by compliance","originalRequest":{"method":"GET","header":[{"description":"Partner token used to differentiate different partners","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"User token (secret)","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":"{{base_url}}/wallet/interest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"}],"_postman_id":"3d9fb6a9-896b-4545-aa64-c36d29cb41ff"},{"name":"Get all transactions","id":"4dfbd9a8-aa62-4269-80f5-2d6bb618b63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/transactions?page=2&per_page=3","description":"

Description

\n
\n

Returns a paginated list of all user's transactions, sorted by time property in descending order.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
paginationPaginationPagination object containing the information about the current pagination configuration
recordTransaction[]Array of user's transactions
\n
","urlObject":{"path":["wallet","transactions"],"host":["{{base_url}}"],"query":[{"description":{"content":"

Numeric | Page number to return

\n","type":"text/plain"},"key":"page","value":"2"},{"description":{"content":"

Numeric | Number of transactions returned in a page

\n","type":"text/plain"},"key":"per_page","value":"3"}],"variable":[]}},"response":[{"id":"a02eb4a0-6a4d-4206-8335-241a1d38b63d","name":"Success - Transactions returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/transactions?page=2&per_page=3","host":["{{base_url}}"],"path":["wallet","transactions"],"query":[{"key":"page","value":"2","description":"Numeric | Number of page"},{"key":"per_page","value":"3","description":"Numeric | Number of transactions returned in a page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 8,\n \"pages\": 3,\n \"current\": 2,\n \"per_page\": 3,\n \"showing\": \"4 - 6\"\n },\n \"record\": [\n {\n \"id\": \"74092e77-0a8e-460b-b87a-29b7a401bc1a\",\n \"amount\": \"1053.888361\",\n \"amount_precise\": \"1053.888361068924293393\",\n \"amount_usd\": \"27925.078284\",\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"interest\",\n \"time\": \"2020-10-07T13:53:14.000Z\",\n \"tx_id\": null,\n \"original_interest_coin\": \"ETH\",\n \"interest_amount_in_original_coin\": null\n },\n {\n \"id\": \"c4aa795d-9343-418c-ba0f-e64a3e575a41\",\n \"amount\": \"7.691522\",\n \"amount_precise\": \"7.691522911625939795\",\n \"amount_usd\": \"1631.879974\",\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"interest\",\n \"time\": \"2020-10-07T13:52:13.000Z\",\n \"tx_id\": null,\n \"original_interest_coin\": \"ETH\",\n \"interest_amount_in_original_coin\": null\n },\n {\n \"id\": \"63ef1709-369d-413d-9894-6e2b1a637f7d\",\n \"amount\": \"0.00500000\",\n \"amount_precise\": \"0.005\",\n \"amount_usd\": \"43.17945\",\n \"coin\": \"LTC\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2020-02-29T17:01:00.720Z\",\n \"tx_id\": \"d6d83ad2679387d3116b4ca9222426be94ddd5394a683e0886c8cf7511f6dd26\"\n }\n ]\n}"},{"id":"be334c63-deb0-43f0-bbf1-a52d60741ba4","name":"Failure - Blocked by compliance","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/transactions?page=2&per_page=3","host":["{{base_url}}"],"path":["wallet","transactions"],"query":[{"key":"page","value":"2","description":"Numeric | Page number to return"},{"key":"per_page","value":"3","description":"Numeric | Number of transactions returned in a page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"f151a0ef-2484-4f97-b249-2bec7b845e9a","name":"Transactions summary","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/transactions?page=:page","host":["{{base_url}}"],"path":["wallet","transactions"],"query":[{"key":"page","value":":page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 2,\n \"pages\": 1,\n \"current\": 1,\n \"per_page\": 50,\n \"showing\": \"1-2\"\n },\n \"records\": [\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-09-05T12:42:47.045Z\",\n \"txid\": \"0xe1cd8a36f3801be2651561d01850288f71098141b7c5b2055af3479fb3b01874\"\n },\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"withdrawal\",\n \"time\": \"2018-09-06T13:45:02.045Z\",\n \"txid\": \"0xd037fc5e70beb9566f6bf75121b540879a0e72f7e1d358ff00089d4c459a06e2\"\n },\n {\n \"amount\": \"1\",\n \"amount_usd\": 6454.35,\n \"coin\": \"BTC\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-10-01T20:32:47.045Z\",\n \"txid\": \"34ba714fbb062dd7df337bbfa354852e05a93750540879f6a193136e161ece47\"\n }\n ]\n}"}],"_postman_id":"4dfbd9a8-aa62-4269-80f5-2d6bb618b63a"},{"name":"Get all transactions for coin","id":"4b639dc9-41bb-4e5d-9af5-22e8f44a7bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"

Partner token used to differentiate different partners

\n","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"

User token (secret)

\n","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":"{{base_url}}/wallet/:coin/transactions?page=2&per_page=2","description":"

Description

\n
\n

Returns a paginated list of all user's transactions for the specified coin, sorted by time property in descending order.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
paginationPaginationPagination object containing the information about the current pagination configuration
recordTransaction[]Array of user's transactions
\n
","urlObject":{"path":["wallet",":coin","transactions"],"host":["{{base_url}}"],"query":[{"description":{"content":"

Numeric | Page number to return

\n","type":"text/plain"},"key":"page","value":"2"},{"description":{"content":"

Numeric | Number of transactions returned in a page

\n","type":"text/plain"},"key":"per_page","value":"2"}],"variable":[{"description":{"content":"

String | Coin for which transactions will be returned

\n","type":"text/plain"},"type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"3e4bdef6-3e7f-42fb-b54b-86627676bf49","name":"Transactions for coin","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/transactions?page=1","host":["{{base_url}}"],"path":["wallet",":coin","transactions"],"query":[{"key":"page","value":"1","description":"optional"}],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 2,\n \"pages\": 1,\n \"current\": 1,\n \"per_page\": 50,\n \"showing\": \"1-2\"\n },\n \"records\": [\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-09-05T12:42:47.045Z\",\n \"txid\": \"0xe1cd8a36f3801be2651561d01850288f71098141b7c5b2055af3479fb3b01874\"\n },\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"withdrawal\",\n \"time\": \"2018-09-06T13:45:02.045Z\",\n \"txid\": \"0xd037fc5e70beb9566f6bf75121b540879a0e72f7e1d358ff00089d4c459a06e2\"\n }\n ]\n}"},{"id":"5c43b7e6-c983-4423-9e10-4cf7e315fafb","name":"Success - Transactions returned","originalRequest":{"method":"GET","header":[{"description":"Partner token used to differentiate different partners","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"User token (secret)","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":{"raw":"{{base_url}}/wallet/:coin/transactions?page=2&per_page=2","host":["{{base_url}}"],"path":["wallet",":coin","transactions"],"query":[{"key":"page","value":"2","description":"Numeric | Page number to return"},{"key":"per_page","value":"2","description":"Numeric | Number of transactions returned in a page"}],"variable":[{"key":"coin","type":"string","value":"ETH","description":"String | Coin for which transactions will be returned"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 3,\n \"pages\": 2,\n \"current\": 2,\n \"per_page\": 2,\n \"showing\": \"3 - 3\"\n },\n \"record\": [\n {\n \"id\": \"9427a15a-14da-457f-98da-f2e6e7bd652a\",\n \"amount\": \"1000.000000000000000000\",\n \"amount_precise\": \"1000\",\n \"amount_usd\": 78.05151278665132,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2019-11-18T11:02:07.500Z\",\n \"tx_id\": null\n }\n ]\n}"},{"id":"677b5d14-032c-4eff-8786-051bddc3623e","name":"Failure - Blocked by compliance","originalRequest":{"method":"GET","header":[{"description":"Partner token used to differentiate different partners","key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"description":"User token (secret)","key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":{"raw":"{{base_url}}/wallet/:coin/transactions?page=2&per_page=2","host":["{{base_url}}"],"path":["wallet",":coin","transactions"],"query":[{"key":"page","value":"2","description":"Numeric | Page number to return"},{"key":"per_page","value":"2","description":"Numeric | Number of transactions returned in a page"}],"variable":[{"key":"coin","type":"string","value":"ETH","description":"String | Coin for which transactions will be returned"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Signature","value":"C+//XpO2izMrwm+3Lcid2I7SBt+AEl/hnc0YgjRo8vXA7uK3uHe7fnWEBCsK++fUbsel3UAmflhvMZggV3FjHI/HXNPHovwrEonKyVOB/rcsAc+lIfHCn/HWQ4qNNLU+HnAL1C3CJiNtLCVPfyIxsVPpH+0Im+0pcQcMhpU5gFokAUma+IjIyQQHUsMAQFcNBUWpGGvquJY6sIS/0/Vdi7+64uoI663KTCaDB1k1BcUjInh3k/eoG6mzJucr6sktpPlTwkHvgaapW20Ni7HjUft2SRDAvxaPSFDcW6yH67eCS+oaMdMfGEcZOifNW+YYOceUxLjWI/H9lnTKtp6XYA=="},{"key":"Content-Length","value":"196"},{"key":"ETag","value":"W/\"c4-QP9GbIfHAOMvagypoJZQKVfd7bg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 31 Jan 2021 16:13:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"}],"_postman_id":"4b639dc9-41bb-4e5d-9af5-22e8f44a7bd9"},{"name":"Get transaction status","id":"799c90e8-9f9d-42ae-8ee4-ebfb702af1d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/transactions/:transaction/status","description":"

Description

\n
\n

Returns the status and blockchain hash for the transaction id provided.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
tx_idstringTransaction hash on blockchain. Corresponds to the tx_id property of Transaction
stateTransaction StatusState of the transaction
\n
","urlObject":{"path":["wallet","transactions",":transaction","status"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"

uuid | Transaction id in Celsius system

\n","type":"text/plain"},"type":"string","value":"1c689719-f1bd-41fb-9fad-a7147d748742","key":"transaction"}]}},"response":[{"id":"031c8375-1b2e-4c35-ae75-0913821bcee5","name":"Failure - Invalid transaction id format","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/transactions/:transaction/status","host":["{{base_url}}"],"path":["wallet","transactions",":transaction","status"],"variable":[{"key":"transaction","value":"INVALID_ID","type":"string","description":"uuid | Transaction id in Celsius system"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Bad transaction id format.\",\n \"slug\": \"BAD_TRANSACTION_ID_FORMAT\"\n}"},{"id":"101b040f-ccc8-446e-b1ea-f3d5c8da10f2","name":"Non existent transaction","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2081","description":"Transaction id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"13","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 14:45:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Wrong transaction id.\"\n}"},{"id":"3c46fa35-23a1-4c75-978e-04886ca33a89","name":"Success - Processing transaction returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/transactions/:transaction/status","host":["{{base_url}}"],"path":["wallet","transactions",":transaction","status"],"variable":[{"key":"transaction","value":"9427a15a-14da-457f-98da-f2e6e7bd652a","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"tx_id\": null,\n \"state\": \"processing\"\n}"},{"id":"4ac650e0-c568-4170-a9d5-d2a4ef70663e","name":"Failure - No transaction found","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/transactions/:transaction/status","host":["{{base_url}}"],"path":["wallet","transactions",":transaction","status"],"variable":[{"key":"transaction","value":"9427a15a-14da-457f-98da-f2e6e7bd652b","type":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Wrong transaction id.\",\n \"slug\": \"WRONG_TRANSACTION_ID\"\n}"},{"id":"55b083e3-49c5-43b5-95d6-d802cef02dbf","name":"Success - Confirmed transaction status returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/transactions/:transaction/status","host":["{{base_url}}"],"path":["wallet","transactions",":transaction","status"],"variable":[{"key":"transaction","value":"63ef1709-369d-413d-9894-6e2b1a637f7d","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"tx_id\": \"d6d83ad2679387d3116b4ca9222426be94ddd5394a683e0886c8cf7511f6dd26\",\n \"state\": \"confirmed\"\n}"},{"id":"66fc4f24-0c71-4477-b6ab-23ade8b5c943","name":"Failure - Blocked by compliance","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/transactions/:transaction/status","host":["{{base_url}}"],"path":["wallet","transactions",":transaction","status"],"variable":[{"key":"transaction","value":"1c689719-f1bd-41fb-9fad-a7147d748742","type":"string","description":"uuid | Transaction id in Celsius system"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"800fd41a-99b0-4521-ab50-31b9dca2ba2c","name":"OK (transaction id unassigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2089","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": null\n}"},{"id":"b0404e0e-b1f5-4eb5-8d98-a1a59967df49","name":"OK (transaction id assigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"9c91e035-6962-492c-9f66-84b49771a89f","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"bf105359e2d7ecb96a46ede6defc64e4c864997dbeb092a697e98f9e957b0944\"\n}"}],"_postman_id":"799c90e8-9f9d-42ae-8ee4-ebfb702af1d4"},{"name":"Get deposit address","id":"a584646f-abbc-4f89-a952-8df829a8da5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/:coin/deposit","description":"

Description

\n
\n

Returns the deposit address for the specified coin.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeExplanation
addressstringDeposit address. When coin is BTC, it is the segwit deposit address.
addressSecondarystringLegacy deposit address. Present only when coin is BTC.
\n
","urlObject":{"path":["wallet",":coin","deposit"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"14eb8ca1-24cb-4e0c-9bc5-5124deb71304","name":"Failure - Depositing blocked by compliance","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, deposits are is temporarily unavailable to residents of . You can always withdraw your funds at any time. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"3f9f656d-f8ce-4842-9648-25d848c6b1b3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"address\": \"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f\"\n}"},{"id":"5701ebe9-e64c-41b6-bdbf-8cffc765c2ed","name":"No free addresses available","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":""}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"No free addresses available.\"\n}"},{"id":"8ab6fe7c-33b1-451f-9b7f-11fcbf5c60a8","name":"Success - BTC addresses returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":"BTC","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"address\": \"tb1qvxmzfgp5jedmkvzxsel658mhd03fm03y6ts69m\",\n \"addressSecondary\": \"mpRc3Bcvdsst1M5Po4ahcWGECm4rwS1vxD\"\n}"},{"id":"972fd786-1c74-489d-a0f7-97588e4b3329","name":"Success - Deposit address returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"address\": \"0xD160100985DB0167492e7A3464922b2920920857\"\n}"},{"id":"9a8f7a3a-cb3a-40b2-9d07-33d0f3d31e46","name":"Get deposit address","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"address\": \"0x8fed6d0ad578B7F4BeB7Aa04DE81dA9b94244e4F\"\n}"},{"id":"a380bded-1343-47b1-9bd3-b661d15d10e0","name":"Failure - Blocked by compliance","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"}],"_postman_id":"a584646f-abbc-4f89-a952-8df829a8da5d"},{"name":"Withdraw funds","id":"1cb3d1ec-6bdf-4a4c-ac82-9cec108b4c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"

String | Address to which to withdraw the funds

\n","type":"text"},{"key":"amount","value":"1","type":"text","description":"

Numeric String | Amount to withdraw

\n"}]},"url":"{{base_url}}/wallet/:coin/withdraw","description":"

Description

\n
\n

Withdraws the desired coin amount to the specified address.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
transaction_idstringTransaction id in Celsius system. Corresponds to the id property of Transaction
\n
","urlObject":{"path":["wallet",":coin","withdraw"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"

Coin name

\n","type":"text/plain"},"type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"0314c1fb-3d52-4193-af79-0a5bb38c1821","name":"Insufficient funds","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"Insufficient funds.\"\n}"},{"id":"3ff115e2-e04e-476d-b328-7b85fceec3e5","name":"Failure - Blocked by compliance","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"String | Address to which to withdraw funds","type":"text"},{"key":"amount","value":"1","type":"text","description":"Numeric String | Amount to withdraw"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, Celsius cannot provide its services to individuals from your region. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"4d4538a8-7041-4117-9676-c3cbeecaa0ad","name":"Failure - Invalid address for withdrawal scheme","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"String | Address to which to withdraw funds","type":"text"},{"key":"amount","value":"1","type":"text","description":"Numeric String | Amount to withdraw"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Invalid address provided for partner's withdrawal scheme.\",\n \"slug\": \"INVALID_ADDRESS_FOR_WITHDRAWAL_SCHEME\"\n}"},{"id":"92ab9a7f-69e7-4e8b-b659-b8a6d652ddc3","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"txid\": \"0xd4d0022ca88836174088714fd058e2982f37d9e063d75df6c4dc0dc051e5e733\"\n}"},{"id":"ac7127e3-4bb1-40be-8cc9-b3e6118eff24","name":"Failure - Dust check failed","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"String | Address to which to withdraw funds","type":"text"},{"key":"amount","value":"0.00000001","type":"text","description":"Numeric String | Amount to withdraw"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"You cannot withdraw less than 1$.\",\n \"slug\": \"DUST_CHECK_FAILED\"\n}"},{"id":"b539872a-b25d-4444-919b-4c2d12e8f30a","name":"Less than minimal withdrawal","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"You cannot withdraw less than $1.\"\n}"},{"id":"ddd67274-6801-4d13-87d6-db95a65f2f45","name":"Failure - Insufficient funds","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"String | Address to which to withdraw funds","type":"text"},{"key":"amount","value":"1000000","type":"text","description":"Numeric String | Amount to withdraw"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Insufficient funds.\",\n \"slug\": \"INSUFFICIENT_FUNDS\"\n}"},{"id":"ed2c2efe-4399-4f06-b045-c347054a83d9","name":"Failure - Withdrawing blocked by compliance","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"String | Address to which to withdraw funds","type":"text"},{"key":"amount","value":"1","type":"text","description":"Numeric String | Amount to withdraw"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Due to local laws and regulations, withdrawals is temporarily unavailable to residents of . You can always withdraw your funds at any time. For additional support, contact app@celsius.network.\",\n \"slug\": \"COMPLIANCE_ERROR\"\n}"},{"id":"f0c3da49-2bcb-4f27-a725-2d34e128e4fa","name":"Success - Withdrawal created","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"1","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"transaction_id\": \"1518c20d-4153-4193-9492-0e68b8c76f82\"\n}"}],"_postman_id":"1cb3d1ec-6bdf-4a4c-ac82-9cec108b4c55"},{"name":"Balance summary","id":"83f4f882-b3a1-4467-8395-0b6b01eeec74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/balance/","urlObject":{"path":["wallet","balance",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b89b5663-ba86-46c4-b103-a5a16d08b9d3","name":"Balance summary","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":"{{base_url}}/wallet/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n \"balance\":{ \n \"eth\":0.9925,\n \"btc\":0.00321568,\n \"ltc\":2.332,\n \"xrp\":0.01315,\n \"omg\":0,\n \"cel\":0.002\n }\n}"}],"_postman_id":"83f4f882-b3a1-4467-8395-0b6b01eeec74"}],"id":"fdba9c46-13bd-453e-a807-7ef3c632a46a","description":"

These endpoints are used to perform operations on a user's wallet.

\n

Possible actions:

\n
    \n
  • Retrieving transactions
  • \n
  • Retrieving balances
  • \n
  • Retrieving deposit addresses
  • \n
  • Withdrawing funds
  • \n
\n","event":[{"listen":"prerequest","script":{"id":"79b6310b-3b95-4b02-b261-17b5da96828b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f2bcb92c-4d0d-4626-81af-28cde4ff9018","type":"text/javascript","exec":[""]}}],"_postman_id":"fdba9c46-13bd-453e-a807-7ef3c632a46a"},{"name":"Utility Endpoints","item":[{"name":"Get interest rates","id":"08c7b8c5-873f-455b-9c13-782e57db8a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/util/interest/rates","description":"

Description

\n
\n

Returns the interest rates for each coin.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeExplanation
interestRatesInterestRate[]Array of Interest Rate structures
\n
","urlObject":{"path":["util","interest","rates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9be59821-82dd-47fa-9363-7c20b5a53df2","name":"Success - Interest rates returned","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/util/interest/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"interestRates\": [\n {\n \"coin\": \"ETH\",\n \"rate\": \"0.0200\",\n \"currency\": {\n \"id\": 2,\n \"name\": \"ethereum\",\n \"short\": \"ETH\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png\"\n }\n },\n {\n \"coin\": \"BTC\",\n \"rate\": \"0.2300\",\n \"currency\": {\n \"id\": 1,\n \"name\": \"bitcoin\",\n \"short\": \"BTC\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1.png\"\n }\n },\n {\n \"coin\": \"LTC\",\n \"rate\": \"0.2100\",\n \"currency\": {\n \"id\": 5,\n \"name\": \"litecoin\",\n \"short\": \"LTC\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/2.png\"\n }\n },\n {\n \"coin\": \"XRP\",\n \"rate\": \"0.2300\",\n \"currency\": {\n \"id\": 3,\n \"name\": \"ripple\",\n \"short\": \"XRP\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/52.png\"\n }\n },\n {\n \"coin\": \"OMG\",\n \"rate\": \"0.4300\",\n \"currency\": {\n \"id\": 12,\n \"name\": \"omisego\",\n \"short\": \"OMG\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1808.png\"\n }\n },\n {\n \"coin\": \"ZRX\",\n \"rate\": \"0.0310\",\n \"currency\": {\n \"id\": 13,\n \"name\": \"0x\",\n \"short\": \"ZRX\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1896.png\"\n }\n }\n ]\n}"}],"_postman_id":"08c7b8c5-873f-455b-9c13-782e57db8a73"},{"name":"Get countries","id":"17e8b2c2-f9ed-4963-864f-1d2e844b9afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":"{{base_url}}/util/countries","description":"

Description

\n
\n

Returns countries supported for the KYC verification process.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeExplanation
countriesCountry[]Array of Country objects, provided by Country Data package
\n
","urlObject":{"path":["util","countries"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"39d4e508-f803-41f4-aa7e-be31f5ab7d95","name":"Success - Countries returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","type":"text","value":"{{test_partner_token}}"},{"key":"X-Cel-User-Token","type":"text","value":"{{test_user_token}}"}],"url":"{{base_url}}/util/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"countries\": [\n {\n \"alpha2\": \"AC\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [\n \"+247\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"SHP\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Ascension Island\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"AD\",\n \"alpha3\": \"AND\",\n \"countryCallingCodes\": [\n \"+376\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇦🇩\",\n \"ioc\": \"AND\",\n \"languages\": [\n \"cat\"\n ],\n \"name\": \"Andorra\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AE\",\n \"alpha3\": \"ARE\",\n \"countryCallingCodes\": [\n \"+971\"\n ],\n \"currencies\": [\n \"AED\"\n ],\n \"emoji\": \"🇦🇪\",\n \"ioc\": \"UAE\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"United Arab Emirates\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AF\",\n \"alpha3\": \"AFG\",\n \"countryCallingCodes\": [\n \"+93\"\n ],\n \"currencies\": [\n \"AFN\"\n ],\n \"emoji\": \"🇦🇫\",\n \"ioc\": \"AFG\",\n \"languages\": [\n \"pus\"\n ],\n \"name\": \"Afghanistan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AG\",\n \"alpha3\": \"ATG\",\n \"countryCallingCodes\": [\n \"+1 268\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇦🇬\",\n \"ioc\": \"ANT\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Antigua And Barbuda\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AI\",\n \"alpha3\": \"AIA\",\n \"countryCallingCodes\": [\n \"+1 264\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇦🇮\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Anguilla\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AI\",\n \"alpha3\": \"AFI\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"French Afar and Issas\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"AL\",\n \"alpha3\": \"ALB\",\n \"countryCallingCodes\": [\n \"+355\"\n ],\n \"currencies\": [\n \"ALL\"\n ],\n \"emoji\": \"🇦🇱\",\n \"ioc\": \"ALB\",\n \"languages\": [\n \"sqi\"\n ],\n \"name\": \"Albania\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AM\",\n \"alpha3\": \"ARM\",\n \"countryCallingCodes\": [\n \"+374\"\n ],\n \"currencies\": [\n \"AMD\"\n ],\n \"emoji\": \"🇦🇲\",\n \"ioc\": \"ARM\",\n \"languages\": [\n \"hye\",\n \"rus\"\n ],\n \"name\": \"Armenia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AN\",\n \"alpha3\": \"ANT\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Netherlands Antilles\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"AO\",\n \"alpha3\": \"AGO\",\n \"countryCallingCodes\": [\n \"+244\"\n ],\n \"currencies\": [\n \"AOA\"\n ],\n \"emoji\": \"🇦🇴\",\n \"ioc\": \"ANG\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Angola\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AQ\",\n \"alpha3\": \"ATA\",\n \"countryCallingCodes\": [\n \"+672\"\n ],\n \"currencies\": [],\n \"emoji\": \"🇦🇶\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Antarctica\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AR\",\n \"alpha3\": \"ARG\",\n \"countryCallingCodes\": [\n \"+54\"\n ],\n \"currencies\": [\n \"ARS\"\n ],\n \"emoji\": \"🇦🇷\",\n \"ioc\": \"ARG\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Argentina\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AS\",\n \"alpha3\": \"ASM\",\n \"countryCallingCodes\": [\n \"+1 684\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇦🇸\",\n \"ioc\": \"ASA\",\n \"languages\": [\n \"eng\",\n \"smo\"\n ],\n \"name\": \"American Samoa\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AT\",\n \"alpha3\": \"AUT\",\n \"countryCallingCodes\": [\n \"+43\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇦🇹\",\n \"ioc\": \"AUT\",\n \"languages\": [\n \"deu\"\n ],\n \"name\": \"Austria\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AU\",\n \"alpha3\": \"AUS\",\n \"countryCallingCodes\": [\n \"+61\"\n ],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇦🇺\",\n \"ioc\": \"AUS\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Australia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AW\",\n \"alpha3\": \"ABW\",\n \"countryCallingCodes\": [\n \"+297\"\n ],\n \"currencies\": [\n \"AWG\"\n ],\n \"emoji\": \"🇦🇼\",\n \"ioc\": \"ARU\",\n \"languages\": [\n \"nld\"\n ],\n \"name\": \"Aruba\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AX\",\n \"alpha3\": \"ALA\",\n \"countryCallingCodes\": [\n \"+358\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇦🇽\",\n \"ioc\": \"\",\n \"languages\": [\n \"swe\"\n ],\n \"name\": \"Åland Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"AZ\",\n \"alpha3\": \"AZE\",\n \"countryCallingCodes\": [\n \"+994\"\n ],\n \"currencies\": [\n \"AZN\"\n ],\n \"emoji\": \"🇦🇿\",\n \"ioc\": \"AZE\",\n \"languages\": [\n \"aze\"\n ],\n \"name\": \"Azerbaijan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BA\",\n \"alpha3\": \"BIH\",\n \"countryCallingCodes\": [\n \"+387\"\n ],\n \"currencies\": [\n \"BAM\"\n ],\n \"emoji\": \"🇧🇦\",\n \"ioc\": \"BIH\",\n \"languages\": [\n \"bos\",\n \"cre\",\n \"srp\"\n ],\n \"name\": \"Bosnia & Herzegovina\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BB\",\n \"alpha3\": \"BRB\",\n \"countryCallingCodes\": [\n \"+1 246\"\n ],\n \"currencies\": [\n \"BBD\"\n ],\n \"emoji\": \"🇧🇧\",\n \"ioc\": \"BAR\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Barbados\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BD\",\n \"alpha3\": \"BGD\",\n \"countryCallingCodes\": [\n \"+880\"\n ],\n \"currencies\": [\n \"BDT\"\n ],\n \"emoji\": \"🇧🇩\",\n \"ioc\": \"BAN\",\n \"languages\": [\n \"ben\"\n ],\n \"name\": \"Bangladesh\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BE\",\n \"alpha3\": \"BEL\",\n \"countryCallingCodes\": [\n \"+32\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇧🇪\",\n \"ioc\": \"BEL\",\n \"languages\": [\n \"nld\",\n \"fra\",\n \"deu\"\n ],\n \"name\": \"Belgium\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BF\",\n \"alpha3\": \"BFA\",\n \"countryCallingCodes\": [\n \"+226\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇧🇫\",\n \"ioc\": \"BUR\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Burkina Faso\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BG\",\n \"alpha3\": \"BGR\",\n \"countryCallingCodes\": [\n \"+359\"\n ],\n \"currencies\": [\n \"BGN\"\n ],\n \"emoji\": \"🇧🇬\",\n \"ioc\": \"BUL\",\n \"languages\": [\n \"bul\"\n ],\n \"name\": \"Bulgaria\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BH\",\n \"alpha3\": \"BHR\",\n \"countryCallingCodes\": [\n \"+973\"\n ],\n \"currencies\": [\n \"BHD\"\n ],\n \"emoji\": \"🇧🇭\",\n \"ioc\": \"BRN\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Bahrain\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BI\",\n \"alpha3\": \"BDI\",\n \"countryCallingCodes\": [\n \"+257\"\n ],\n \"currencies\": [\n \"BIF\"\n ],\n \"emoji\": \"🇧🇮\",\n \"ioc\": \"BDI\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Burundi\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BJ\",\n \"alpha3\": \"BEN\",\n \"countryCallingCodes\": [\n \"+229\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇧🇯\",\n \"ioc\": \"BEN\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Benin\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BL\",\n \"alpha3\": \"BLM\",\n \"countryCallingCodes\": [\n \"+590\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇧🇱\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Saint Barthélemy\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BM\",\n \"alpha3\": \"BMU\",\n \"countryCallingCodes\": [\n \"+1 441\"\n ],\n \"currencies\": [\n \"BMD\"\n ],\n \"emoji\": \"🇧🇲\",\n \"ioc\": \"BER\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Bermuda\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BN\",\n \"alpha3\": \"BRN\",\n \"countryCallingCodes\": [\n \"+673\"\n ],\n \"currencies\": [\n \"BND\"\n ],\n \"emoji\": \"🇧🇳\",\n \"ioc\": \"BRU\",\n \"languages\": [\n \"msa\",\n \"eng\"\n ],\n \"name\": \"Brunei Darussalam\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BO\",\n \"alpha3\": \"BOL\",\n \"countryCallingCodes\": [\n \"+591\"\n ],\n \"currencies\": [\n \"BOB\",\n \"BOV\"\n ],\n \"emoji\": \"🇧🇴\",\n \"ioc\": \"BOL\",\n \"languages\": [\n \"spa\",\n \"aym\",\n \"que\"\n ],\n \"name\": \"Bolivia, Plurinational State Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BQ\",\n \"alpha3\": \"BES\",\n \"countryCallingCodes\": [\n \"+599\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇧🇶\",\n \"ioc\": \"\",\n \"languages\": [\n \"nld\"\n ],\n \"name\": \"Bonaire, Saint Eustatius And Saba\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BQ\",\n \"alpha3\": \"ATB\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"British Antarctic Territory\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"BR\",\n \"alpha3\": \"BRA\",\n \"countryCallingCodes\": [\n \"+55\"\n ],\n \"currencies\": [\n \"BRL\"\n ],\n \"emoji\": \"🇧🇷\",\n \"ioc\": \"BRA\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Brazil\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BS\",\n \"alpha3\": \"BHS\",\n \"countryCallingCodes\": [\n \"+1 242\"\n ],\n \"currencies\": [\n \"BSD\"\n ],\n \"emoji\": \"🇧🇸\",\n \"ioc\": \"BAH\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Bahamas\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BT\",\n \"alpha3\": \"BTN\",\n \"countryCallingCodes\": [\n \"+975\"\n ],\n \"currencies\": [\n \"INR\",\n \"BTN\"\n ],\n \"emoji\": \"🇧🇹\",\n \"ioc\": \"BHU\",\n \"languages\": [\n \"dzo\"\n ],\n \"name\": \"Bhutan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BU\",\n \"alpha3\": \"BUR\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Burma\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"BV\",\n \"alpha3\": \"BVT\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"NOK\"\n ],\n \"emoji\": \"🇧🇻\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Bouvet Island\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BW\",\n \"alpha3\": \"BWA\",\n \"countryCallingCodes\": [\n \"+267\"\n ],\n \"currencies\": [\n \"BWP\"\n ],\n \"emoji\": \"🇧🇼\",\n \"ioc\": \"BOT\",\n \"languages\": [\n \"eng\",\n \"tsn\"\n ],\n \"name\": \"Botswana\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BY\",\n \"alpha3\": \"BLR\",\n \"countryCallingCodes\": [\n \"+375\"\n ],\n \"currencies\": [\n \"BYR\"\n ],\n \"emoji\": \"🇧🇾\",\n \"ioc\": \"BLR\",\n \"languages\": [\n \"bel\",\n \"rus\"\n ],\n \"name\": \"Belarus\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"BY\",\n \"alpha3\": \"BYS\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Byelorussian SSR\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"BZ\",\n \"alpha3\": \"BLZ\",\n \"countryCallingCodes\": [\n \"+501\"\n ],\n \"currencies\": [\n \"BZD\"\n ],\n \"emoji\": \"🇧🇿\",\n \"ioc\": \"BIZ\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Belize\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CA\",\n \"alpha3\": \"CAN\",\n \"countryCallingCodes\": [\n \"+1\"\n ],\n \"currencies\": [\n \"CAD\"\n ],\n \"emoji\": \"🇨🇦\",\n \"ioc\": \"CAN\",\n \"languages\": [\n \"eng\",\n \"fra\"\n ],\n \"name\": \"Canada\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CC\",\n \"alpha3\": \"CCK\",\n \"countryCallingCodes\": [\n \"+61\"\n ],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇨🇨\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Cocos (Keeling) Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CD\",\n \"alpha3\": \"COD\",\n \"countryCallingCodes\": [\n \"+243\"\n ],\n \"currencies\": [\n \"CDF\"\n ],\n \"emoji\": \"🇨🇩\",\n \"ioc\": \"COD\",\n \"languages\": [\n \"fra\",\n \"lin\",\n \"kon\",\n \"swa\"\n ],\n \"name\": \"Democratic Republic Of Congo\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CF\",\n \"alpha3\": \"CAF\",\n \"countryCallingCodes\": [\n \"+236\"\n ],\n \"currencies\": [\n \"XAF\"\n ],\n \"emoji\": \"🇨🇫\",\n \"ioc\": \"CAF\",\n \"languages\": [\n \"fra\",\n \"sag\"\n ],\n \"name\": \"Central African Republic\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CG\",\n \"alpha3\": \"COG\",\n \"countryCallingCodes\": [\n \"+242\"\n ],\n \"currencies\": [\n \"XAF\"\n ],\n \"emoji\": \"🇨🇬\",\n \"ioc\": \"CGO\",\n \"languages\": [\n \"fra\",\n \"lin\"\n ],\n \"name\": \"Republic Of Congo\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CH\",\n \"alpha3\": \"CHE\",\n \"countryCallingCodes\": [\n \"+41\"\n ],\n \"currencies\": [\n \"CHF\",\n \"CHE\",\n \"CHW\"\n ],\n \"emoji\": \"🇨🇭\",\n \"ioc\": \"SUI\",\n \"languages\": [\n \"deu\",\n \"fra\",\n \"ita\",\n \"roh\"\n ],\n \"name\": \"Switzerland\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CI\",\n \"alpha3\": \"CIV\",\n \"countryCallingCodes\": [\n \"+225\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇨🇮\",\n \"ioc\": \"CIV\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Côte d'Ivoire\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CK\",\n \"alpha3\": \"COK\",\n \"countryCallingCodes\": [\n \"+682\"\n ],\n \"currencies\": [\n \"NZD\"\n ],\n \"emoji\": \"🇨🇰\",\n \"ioc\": \"COK\",\n \"languages\": [\n \"eng\",\n \"mri\"\n ],\n \"name\": \"Cook Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CL\",\n \"alpha3\": \"CHL\",\n \"countryCallingCodes\": [\n \"+56\"\n ],\n \"currencies\": [\n \"CLP\",\n \"CLF\"\n ],\n \"emoji\": \"🇨🇱\",\n \"ioc\": \"CHI\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Chile\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CM\",\n \"alpha3\": \"CMR\",\n \"countryCallingCodes\": [\n \"+237\"\n ],\n \"currencies\": [\n \"XAF\"\n ],\n \"emoji\": \"🇨🇲\",\n \"ioc\": \"CMR\",\n \"languages\": [\n \"eng\",\n \"fra\"\n ],\n \"name\": \"Cameroon\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CN\",\n \"alpha3\": \"CHN\",\n \"countryCallingCodes\": [\n \"+86\"\n ],\n \"currencies\": [\n \"CNY\"\n ],\n \"emoji\": \"🇨🇳\",\n \"ioc\": \"CHN\",\n \"languages\": [\n \"zho\"\n ],\n \"name\": \"China\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CO\",\n \"alpha3\": \"COL\",\n \"countryCallingCodes\": [\n \"+57\"\n ],\n \"currencies\": [\n \"COP\",\n \"COU\"\n ],\n \"emoji\": \"🇨🇴\",\n \"ioc\": \"COL\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Colombia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CP\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Clipperton Island\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"CR\",\n \"alpha3\": \"CRI\",\n \"countryCallingCodes\": [\n \"+506\"\n ],\n \"currencies\": [\n \"CRC\"\n ],\n \"emoji\": \"🇨🇷\",\n \"ioc\": \"CRC\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Costa Rica\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CS\",\n \"alpha3\": \"CSK\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Czechoslovakia\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"CS\",\n \"alpha3\": \"SCG\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Serbia and Montenegro\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"CT\",\n \"alpha3\": \"CTE\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Canton and Enderbury Islands\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"CU\",\n \"alpha3\": \"CUB\",\n \"countryCallingCodes\": [\n \"+53\"\n ],\n \"currencies\": [\n \"CUP\",\n \"CUC\"\n ],\n \"emoji\": \"🇨🇺\",\n \"ioc\": \"CUB\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Cuba\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CV\",\n \"alpha3\": \"CPV\",\n \"countryCallingCodes\": [\n \"+238\"\n ],\n \"currencies\": [\n \"CVE\"\n ],\n \"emoji\": \"🇨🇻\",\n \"ioc\": \"CPV\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Cabo Verde\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CW\",\n \"alpha3\": \"CUW\",\n \"countryCallingCodes\": [\n \"+599\"\n ],\n \"currencies\": [\n \"ANG\"\n ],\n \"emoji\": \"🇨🇼\",\n \"ioc\": \"\",\n \"languages\": [\n \"nld\"\n ],\n \"name\": \"Curacao\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CX\",\n \"alpha3\": \"CXR\",\n \"countryCallingCodes\": [\n \"+61\"\n ],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇨🇽\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Christmas Island\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CY\",\n \"alpha3\": \"CYP\",\n \"countryCallingCodes\": [\n \"+357\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇨🇾\",\n \"ioc\": \"CYP\",\n \"languages\": [\n \"ell\",\n \"tur\"\n ],\n \"name\": \"Cyprus\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"CZ\",\n \"alpha3\": \"CZE\",\n \"countryCallingCodes\": [\n \"+420\"\n ],\n \"currencies\": [\n \"CZK\"\n ],\n \"emoji\": \"🇨🇿\",\n \"ioc\": \"CZE\",\n \"languages\": [\n \"ces\"\n ],\n \"name\": \"Czech Republic\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"DD\",\n \"alpha3\": \"DDR\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"German Democratic Republic\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"DE\",\n \"alpha3\": \"DEU\",\n \"countryCallingCodes\": [\n \"+49\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇩🇪\",\n \"ioc\": \"GER\",\n \"languages\": [\n \"deu\"\n ],\n \"name\": \"Germany\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"DG\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Diego Garcia\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"DJ\",\n \"alpha3\": \"DJI\",\n \"countryCallingCodes\": [\n \"+253\"\n ],\n \"currencies\": [\n \"DJF\"\n ],\n \"emoji\": \"🇩🇯\",\n \"ioc\": \"DJI\",\n \"languages\": [\n \"ara\",\n \"fra\"\n ],\n \"name\": \"Djibouti\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"DK\",\n \"alpha3\": \"DNK\",\n \"countryCallingCodes\": [\n \"+45\"\n ],\n \"currencies\": [\n \"DKK\"\n ],\n \"emoji\": \"🇩🇰\",\n \"ioc\": \"DEN\",\n \"languages\": [\n \"dan\"\n ],\n \"name\": \"Denmark\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"DM\",\n \"alpha3\": \"DMA\",\n \"countryCallingCodes\": [\n \"+1 767\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇩🇲\",\n \"ioc\": \"DMA\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Dominica\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"DO\",\n \"alpha3\": \"DOM\",\n \"countryCallingCodes\": [\n \"+1 809\",\n \"+1 829\",\n \"+1 849\"\n ],\n \"currencies\": [\n \"DOP\"\n ],\n \"emoji\": \"🇩🇴\",\n \"ioc\": \"DOM\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Dominican Republic\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"DY\",\n \"alpha3\": \"DHY\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Dahomey\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"DZ\",\n \"alpha3\": \"DZA\",\n \"countryCallingCodes\": [\n \"+213\"\n ],\n \"currencies\": [\n \"DZD\"\n ],\n \"emoji\": \"🇩🇿\",\n \"ioc\": \"ALG\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Algeria\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"EA\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Ceuta, Mulilla\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"EC\",\n \"alpha3\": \"ECU\",\n \"countryCallingCodes\": [\n \"+593\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇪🇨\",\n \"ioc\": \"ECU\",\n \"languages\": [\n \"spa\",\n \"que\"\n ],\n \"name\": \"Ecuador\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"EE\",\n \"alpha3\": \"EST\",\n \"countryCallingCodes\": [\n \"+372\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇪🇪\",\n \"ioc\": \"EST\",\n \"languages\": [\n \"est\"\n ],\n \"name\": \"Estonia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"EG\",\n \"alpha3\": \"EGY\",\n \"countryCallingCodes\": [\n \"+20\"\n ],\n \"currencies\": [\n \"EGP\"\n ],\n \"emoji\": \"🇪🇬\",\n \"ioc\": \"EGY\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Egypt\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"EH\",\n \"alpha3\": \"ESH\",\n \"countryCallingCodes\": [\n \"+212\"\n ],\n \"currencies\": [\n \"MAD\"\n ],\n \"emoji\": \"🇪🇭\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Western Sahara\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ER\",\n \"alpha3\": \"ERI\",\n \"countryCallingCodes\": [\n \"+291\"\n ],\n \"currencies\": [\n \"ERN\"\n ],\n \"emoji\": \"🇪🇷\",\n \"ioc\": \"ERI\",\n \"languages\": [\n \"eng\",\n \"ara\",\n \"tir\"\n ],\n \"name\": \"Eritrea\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ES\",\n \"alpha3\": \"ESP\",\n \"countryCallingCodes\": [\n \"+34\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇪🇸\",\n \"ioc\": \"ESP\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Spain\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ET\",\n \"alpha3\": \"ETH\",\n \"countryCallingCodes\": [\n \"+251\"\n ],\n \"currencies\": [\n \"ETB\"\n ],\n \"emoji\": \"🇪🇹\",\n \"ioc\": \"ETH\",\n \"languages\": [\n \"amh\"\n ],\n \"name\": \"Ethiopia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"EU\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [\n \"+388\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇪🇺\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"European Union\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"FI\",\n \"alpha3\": \"FIN\",\n \"countryCallingCodes\": [\n \"+358\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇫🇮\",\n \"ioc\": \"FIN\",\n \"languages\": [\n \"fin\",\n \"swe\"\n ],\n \"name\": \"Finland\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"FJ\",\n \"alpha3\": \"FJI\",\n \"countryCallingCodes\": [\n \"+679\"\n ],\n \"currencies\": [\n \"FJD\"\n ],\n \"emoji\": \"🇫🇯\",\n \"ioc\": \"FIJ\",\n \"languages\": [\n \"eng\",\n \"fij\"\n ],\n \"name\": \"Fiji\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"FK\",\n \"alpha3\": \"FLK\",\n \"countryCallingCodes\": [\n \"+500\"\n ],\n \"currencies\": [\n \"FKP\"\n ],\n \"emoji\": \"🇫🇰\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Falkland Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"FM\",\n \"alpha3\": \"FSM\",\n \"countryCallingCodes\": [\n \"+691\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇫🇲\",\n \"ioc\": \"FSM\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Micronesia, Federated States Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"FO\",\n \"alpha3\": \"FRO\",\n \"countryCallingCodes\": [\n \"+298\"\n ],\n \"currencies\": [\n \"DKK\"\n ],\n \"emoji\": \"🇫🇴\",\n \"ioc\": \"FAI\",\n \"languages\": [\n \"fao\",\n \"dan\"\n ],\n \"name\": \"Faroe Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"FQ\",\n \"alpha3\": \"ATF\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"French Southern and Antarctic Territories\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"FR\",\n \"alpha3\": \"FRA\",\n \"countryCallingCodes\": [\n \"+33\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇫🇷\",\n \"ioc\": \"FRA\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"France\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"FX\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [\n \"+241\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"France, Metropolitan\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"GA\",\n \"alpha3\": \"GAB\",\n \"countryCallingCodes\": [\n \"+241\"\n ],\n \"currencies\": [\n \"XAF\"\n ],\n \"emoji\": \"🇬🇦\",\n \"ioc\": \"GAB\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Gabon\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GB\",\n \"alpha3\": \"GBR\",\n \"countryCallingCodes\": [\n \"+44\"\n ],\n \"currencies\": [\n \"GBP\"\n ],\n \"emoji\": \"🇬🇧\",\n \"ioc\": \"GBR\",\n \"languages\": [\n \"eng\",\n \"cor\",\n \"gle\",\n \"gla\",\n \"cym\"\n ],\n \"name\": \"United Kingdom\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GD\",\n \"alpha3\": \"GRD\",\n \"countryCallingCodes\": [\n \"+473\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇬🇩\",\n \"ioc\": \"GRN\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Grenada\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GE\",\n \"alpha3\": \"GEO\",\n \"countryCallingCodes\": [\n \"+995\"\n ],\n \"currencies\": [\n \"GEL\"\n ],\n \"emoji\": \"🇬🇪\",\n \"ioc\": \"GEO\",\n \"languages\": [\n \"kat\"\n ],\n \"name\": \"Georgia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GE\",\n \"alpha3\": \"GEL\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Gilbert and Ellice Islands\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"GF\",\n \"alpha3\": \"GUF\",\n \"countryCallingCodes\": [\n \"+594\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇬🇫\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"French Guiana\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GG\",\n \"alpha3\": \"GGY\",\n \"countryCallingCodes\": [\n \"+44\"\n ],\n \"currencies\": [\n \"GBP\"\n ],\n \"emoji\": \"🇬🇬\",\n \"ioc\": \"GCI\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Guernsey\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GH\",\n \"alpha3\": \"GHA\",\n \"countryCallingCodes\": [\n \"+233\"\n ],\n \"currencies\": [\n \"GHS\"\n ],\n \"emoji\": \"🇬🇭\",\n \"ioc\": \"GHA\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Ghana\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GI\",\n \"alpha3\": \"GIB\",\n \"countryCallingCodes\": [\n \"+350\"\n ],\n \"currencies\": [\n \"GIP\"\n ],\n \"emoji\": \"🇬🇮\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Gibraltar\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GL\",\n \"alpha3\": \"GRL\",\n \"countryCallingCodes\": [\n \"+299\"\n ],\n \"currencies\": [\n \"DKK\"\n ],\n \"emoji\": \"🇬🇱\",\n \"ioc\": \"\",\n \"languages\": [\n \"kal\"\n ],\n \"name\": \"Greenland\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GM\",\n \"alpha3\": \"GMB\",\n \"countryCallingCodes\": [\n \"+220\"\n ],\n \"currencies\": [\n \"GMD\"\n ],\n \"emoji\": \"🇬🇲\",\n \"ioc\": \"GAM\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Gambia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GN\",\n \"alpha3\": \"GIN\",\n \"countryCallingCodes\": [\n \"+224\"\n ],\n \"currencies\": [\n \"GNF\"\n ],\n \"emoji\": \"🇬🇳\",\n \"ioc\": \"GUI\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Guinea\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GP\",\n \"alpha3\": \"GLP\",\n \"countryCallingCodes\": [\n \"+590\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇬🇵\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Guadeloupe\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GQ\",\n \"alpha3\": \"GNQ\",\n \"countryCallingCodes\": [\n \"+240\"\n ],\n \"currencies\": [\n \"XAF\"\n ],\n \"emoji\": \"🇬🇶\",\n \"ioc\": \"GEQ\",\n \"languages\": [\n \"spa\",\n \"fra\",\n \"por\"\n ],\n \"name\": \"Equatorial Guinea\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GR\",\n \"alpha3\": \"GRC\",\n \"countryCallingCodes\": [\n \"+30\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇬🇷\",\n \"ioc\": \"GRE\",\n \"languages\": [\n \"ell\"\n ],\n \"name\": \"Greece\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GS\",\n \"alpha3\": \"SGS\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"GBP\"\n ],\n \"emoji\": \"🇬🇸\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"South Georgia And The South Sandwich Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GT\",\n \"alpha3\": \"GTM\",\n \"countryCallingCodes\": [\n \"+502\"\n ],\n \"currencies\": [\n \"GTQ\"\n ],\n \"emoji\": \"🇬🇹\",\n \"ioc\": \"GUA\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Guatemala\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GU\",\n \"alpha3\": \"GUM\",\n \"countryCallingCodes\": [\n \"+1 671\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇬🇺\",\n \"ioc\": \"GUM\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Guam\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GW\",\n \"alpha3\": \"GNB\",\n \"countryCallingCodes\": [\n \"+245\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇬🇼\",\n \"ioc\": \"GBS\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Guinea-bissau\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"GY\",\n \"alpha3\": \"GUY\",\n \"countryCallingCodes\": [\n \"+592\"\n ],\n \"currencies\": [\n \"GYD\"\n ],\n \"emoji\": \"🇬🇾\",\n \"ioc\": \"GUY\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Guyana\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"HK\",\n \"alpha3\": \"HKG\",\n \"countryCallingCodes\": [\n \"+852\"\n ],\n \"currencies\": [\n \"HKD\"\n ],\n \"emoji\": \"🇭🇰\",\n \"ioc\": \"HKG\",\n \"languages\": [\n \"zho\",\n \"eng\"\n ],\n \"name\": \"Hong Kong\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"HM\",\n \"alpha3\": \"HMD\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇭🇲\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Heard Island And McDonald Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"HN\",\n \"alpha3\": \"HND\",\n \"countryCallingCodes\": [\n \"+504\"\n ],\n \"currencies\": [\n \"HNL\"\n ],\n \"emoji\": \"🇭🇳\",\n \"ioc\": \"HON\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Honduras\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"HR\",\n \"alpha3\": \"HRV\",\n \"countryCallingCodes\": [\n \"+385\"\n ],\n \"currencies\": [\n \"HRK\"\n ],\n \"emoji\": \"🇭🇷\",\n \"ioc\": \"CRO\",\n \"languages\": [\n \"hrv\"\n ],\n \"name\": \"Croatia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"HT\",\n \"alpha3\": \"HTI\",\n \"countryCallingCodes\": [\n \"+509\"\n ],\n \"currencies\": [\n \"HTG\",\n \"USD\"\n ],\n \"emoji\": \"🇭🇹\",\n \"ioc\": \"HAI\",\n \"languages\": [\n \"fra\",\n \"hat\"\n ],\n \"name\": \"Haiti\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"HU\",\n \"alpha3\": \"HUN\",\n \"countryCallingCodes\": [\n \"+36\"\n ],\n \"currencies\": [\n \"HUF\"\n ],\n \"emoji\": \"🇭🇺\",\n \"ioc\": \"HUN\",\n \"languages\": [\n \"hun\"\n ],\n \"name\": \"Hungary\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"HV\",\n \"alpha3\": \"HVO\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Upper Volta\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"IC\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Canary Islands\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"ID\",\n \"alpha3\": \"IDN\",\n \"countryCallingCodes\": [\n \"+62\"\n ],\n \"currencies\": [\n \"IDR\"\n ],\n \"emoji\": \"🇮🇩\",\n \"ioc\": \"INA\",\n \"languages\": [\n \"ind\"\n ],\n \"name\": \"Indonesia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IE\",\n \"alpha3\": \"IRL\",\n \"countryCallingCodes\": [\n \"+353\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇮🇪\",\n \"ioc\": \"IRL\",\n \"languages\": [\n \"eng\",\n \"gle\"\n ],\n \"name\": \"Ireland\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IL\",\n \"alpha3\": \"ISR\",\n \"countryCallingCodes\": [\n \"+972\"\n ],\n \"currencies\": [\n \"ILS\"\n ],\n \"emoji\": \"🇮🇱\",\n \"ioc\": \"ISR\",\n \"languages\": [\n \"heb\",\n \"ara\",\n \"eng\"\n ],\n \"name\": \"Israel\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IM\",\n \"alpha3\": \"IMN\",\n \"countryCallingCodes\": [\n \"+44\"\n ],\n \"currencies\": [\n \"GBP\"\n ],\n \"emoji\": \"🇮🇲\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\",\n \"glv\"\n ],\n \"name\": \"Isle Of Man\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IN\",\n \"alpha3\": \"IND\",\n \"countryCallingCodes\": [\n \"+91\"\n ],\n \"currencies\": [\n \"INR\"\n ],\n \"emoji\": \"🇮🇳\",\n \"ioc\": \"IND\",\n \"languages\": [\n \"eng\",\n \"hin\"\n ],\n \"name\": \"India\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IO\",\n \"alpha3\": \"IOT\",\n \"countryCallingCodes\": [\n \"+246\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇮🇴\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"British Indian Ocean Territory\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IQ\",\n \"alpha3\": \"IRQ\",\n \"countryCallingCodes\": [\n \"+964\"\n ],\n \"currencies\": [\n \"IQD\"\n ],\n \"emoji\": \"🇮🇶\",\n \"ioc\": \"IRQ\",\n \"languages\": [\n \"ara\",\n \"kur\"\n ],\n \"name\": \"Iraq\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IR\",\n \"alpha3\": \"IRN\",\n \"countryCallingCodes\": [\n \"+98\"\n ],\n \"currencies\": [\n \"IRR\"\n ],\n \"emoji\": \"🇮🇷\",\n \"ioc\": \"IRI\",\n \"languages\": [\n \"fas\"\n ],\n \"name\": \"Iran, Islamic Republic Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IS\",\n \"alpha3\": \"ISL\",\n \"countryCallingCodes\": [\n \"+354\"\n ],\n \"currencies\": [\n \"ISK\"\n ],\n \"emoji\": \"🇮🇸\",\n \"ioc\": \"ISL\",\n \"languages\": [\n \"isl\"\n ],\n \"name\": \"Iceland\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"IT\",\n \"alpha3\": \"ITA\",\n \"countryCallingCodes\": [\n \"+39\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇮🇹\",\n \"ioc\": \"ITA\",\n \"languages\": [\n \"ita\"\n ],\n \"name\": \"Italy\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"JE\",\n \"alpha3\": \"JEY\",\n \"countryCallingCodes\": [\n \"+44\"\n ],\n \"currencies\": [\n \"GBP\"\n ],\n \"emoji\": \"🇯🇪\",\n \"ioc\": \"JCI\",\n \"languages\": [\n \"eng\",\n \"fra\"\n ],\n \"name\": \"Jersey\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"JM\",\n \"alpha3\": \"JAM\",\n \"countryCallingCodes\": [\n \"+1 876\"\n ],\n \"currencies\": [\n \"JMD\"\n ],\n \"emoji\": \"🇯🇲\",\n \"ioc\": \"JAM\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Jamaica\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"JO\",\n \"alpha3\": \"JOR\",\n \"countryCallingCodes\": [\n \"+962\"\n ],\n \"currencies\": [\n \"JOD\"\n ],\n \"emoji\": \"🇯🇴\",\n \"ioc\": \"JOR\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Jordan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"JP\",\n \"alpha3\": \"JPN\",\n \"countryCallingCodes\": [\n \"+81\"\n ],\n \"currencies\": [\n \"JPY\"\n ],\n \"emoji\": \"🇯🇵\",\n \"ioc\": \"JPN\",\n \"languages\": [\n \"jpn\"\n ],\n \"name\": \"Japan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"JT\",\n \"alpha3\": \"JTN\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Johnston Island\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"KE\",\n \"alpha3\": \"KEN\",\n \"countryCallingCodes\": [\n \"+254\"\n ],\n \"currencies\": [\n \"KES\"\n ],\n \"emoji\": \"🇰🇪\",\n \"ioc\": \"KEN\",\n \"languages\": [\n \"eng\",\n \"swa\"\n ],\n \"name\": \"Kenya\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KG\",\n \"alpha3\": \"KGZ\",\n \"countryCallingCodes\": [\n \"+996\"\n ],\n \"currencies\": [\n \"KGS\"\n ],\n \"emoji\": \"🇰🇬\",\n \"ioc\": \"KGZ\",\n \"languages\": [\n \"rus\"\n ],\n \"name\": \"Kyrgyzstan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KH\",\n \"alpha3\": \"KHM\",\n \"countryCallingCodes\": [\n \"+855\"\n ],\n \"currencies\": [\n \"KHR\"\n ],\n \"emoji\": \"🇰🇭\",\n \"ioc\": \"CAM\",\n \"languages\": [\n \"khm\"\n ],\n \"name\": \"Cambodia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KI\",\n \"alpha3\": \"KIR\",\n \"countryCallingCodes\": [\n \"+686\"\n ],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇰🇮\",\n \"ioc\": \"KIR\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Kiribati\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KM\",\n \"alpha3\": \"COM\",\n \"countryCallingCodes\": [\n \"+269\"\n ],\n \"currencies\": [\n \"KMF\"\n ],\n \"emoji\": \"🇰🇲\",\n \"ioc\": \"COM\",\n \"languages\": [\n \"ara\",\n \"fra\"\n ],\n \"name\": \"Comoros\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KN\",\n \"alpha3\": \"KNA\",\n \"countryCallingCodes\": [\n \"+1 869\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇰🇳\",\n \"ioc\": \"SKN\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Saint Kitts And Nevis\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KP\",\n \"alpha3\": \"PRK\",\n \"countryCallingCodes\": [\n \"+850\"\n ],\n \"currencies\": [\n \"KPW\"\n ],\n \"emoji\": \"🇰🇵\",\n \"ioc\": \"PRK\",\n \"languages\": [\n \"kor\"\n ],\n \"name\": \"Korea, Democratic People's Republic Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KR\",\n \"alpha3\": \"KOR\",\n \"countryCallingCodes\": [\n \"+82\"\n ],\n \"currencies\": [\n \"KRW\"\n ],\n \"emoji\": \"🇰🇷\",\n \"ioc\": \"KOR\",\n \"languages\": [\n \"kor\"\n ],\n \"name\": \"Korea, Republic Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KW\",\n \"alpha3\": \"KWT\",\n \"countryCallingCodes\": [\n \"+965\"\n ],\n \"currencies\": [\n \"KWD\"\n ],\n \"emoji\": \"🇰🇼\",\n \"ioc\": \"KUW\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Kuwait\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KY\",\n \"alpha3\": \"CYM\",\n \"countryCallingCodes\": [\n \"+1 345\"\n ],\n \"currencies\": [\n \"KYD\"\n ],\n \"emoji\": \"🇰🇾\",\n \"ioc\": \"CAY\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Cayman Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"KZ\",\n \"alpha3\": \"KAZ\",\n \"countryCallingCodes\": [\n \"+7\",\n \"+7 6\",\n \"+7 7\"\n ],\n \"currencies\": [\n \"KZT\"\n ],\n \"emoji\": \"🇰🇿\",\n \"ioc\": \"KAZ\",\n \"languages\": [\n \"kaz\",\n \"rus\"\n ],\n \"name\": \"Kazakhstan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LA\",\n \"alpha3\": \"LAO\",\n \"countryCallingCodes\": [\n \"+856\"\n ],\n \"currencies\": [\n \"LAK\"\n ],\n \"emoji\": \"🇱🇦\",\n \"ioc\": \"LAO\",\n \"languages\": [\n \"lao\"\n ],\n \"name\": \"Lao People's Democratic Republic\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LB\",\n \"alpha3\": \"LBN\",\n \"countryCallingCodes\": [\n \"+961\"\n ],\n \"currencies\": [\n \"LBP\"\n ],\n \"emoji\": \"🇱🇧\",\n \"ioc\": \"LIB\",\n \"languages\": [\n \"ara\",\n \"hye\"\n ],\n \"name\": \"Lebanon\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LC\",\n \"alpha3\": \"LCA\",\n \"countryCallingCodes\": [\n \"+1 758\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇱🇨\",\n \"ioc\": \"LCA\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Saint Lucia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LI\",\n \"alpha3\": \"LIE\",\n \"countryCallingCodes\": [\n \"+423\"\n ],\n \"currencies\": [\n \"CHF\"\n ],\n \"emoji\": \"🇱🇮\",\n \"ioc\": \"LIE\",\n \"languages\": [\n \"deu\"\n ],\n \"name\": \"Liechtenstein\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LK\",\n \"alpha3\": \"LKA\",\n \"countryCallingCodes\": [\n \"+94\"\n ],\n \"currencies\": [\n \"LKR\"\n ],\n \"emoji\": \"🇱🇰\",\n \"ioc\": \"SRI\",\n \"languages\": [\n \"sin\",\n \"tam\"\n ],\n \"name\": \"Sri Lanka\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LR\",\n \"alpha3\": \"LBR\",\n \"countryCallingCodes\": [\n \"+231\"\n ],\n \"currencies\": [\n \"LRD\"\n ],\n \"emoji\": \"🇱🇷\",\n \"ioc\": \"LBR\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Liberia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LS\",\n \"alpha3\": \"LSO\",\n \"countryCallingCodes\": [\n \"+266\"\n ],\n \"currencies\": [\n \"LSL\",\n \"ZAR\"\n ],\n \"emoji\": \"🇱🇸\",\n \"ioc\": \"LES\",\n \"languages\": [\n \"eng\",\n \"sot\"\n ],\n \"name\": \"Lesotho\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LT\",\n \"alpha3\": \"LTU\",\n \"countryCallingCodes\": [\n \"+370\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇱🇹\",\n \"ioc\": \"LTU\",\n \"languages\": [\n \"lit\"\n ],\n \"name\": \"Lithuania\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LU\",\n \"alpha3\": \"LUX\",\n \"countryCallingCodes\": [\n \"+352\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇱🇺\",\n \"ioc\": \"LUX\",\n \"languages\": [\n \"fra\",\n \"deu\",\n \"ltz\"\n ],\n \"name\": \"Luxembourg\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LV\",\n \"alpha3\": \"LVA\",\n \"countryCallingCodes\": [\n \"+371\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇱🇻\",\n \"ioc\": \"LAT\",\n \"languages\": [\n \"lav\"\n ],\n \"name\": \"Latvia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"LY\",\n \"alpha3\": \"LBY\",\n \"countryCallingCodes\": [\n \"+218\"\n ],\n \"currencies\": [\n \"LYD\"\n ],\n \"emoji\": \"🇱🇾\",\n \"ioc\": \"LBA\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Libya\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MA\",\n \"alpha3\": \"MAR\",\n \"countryCallingCodes\": [\n \"+212\"\n ],\n \"currencies\": [\n \"MAD\"\n ],\n \"emoji\": \"🇲🇦\",\n \"ioc\": \"MAR\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Morocco\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MC\",\n \"alpha3\": \"MCO\",\n \"countryCallingCodes\": [\n \"+377\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇲🇨\",\n \"ioc\": \"MON\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Monaco\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MD\",\n \"alpha3\": \"MDA\",\n \"countryCallingCodes\": [\n \"+373\"\n ],\n \"currencies\": [\n \"MDL\"\n ],\n \"emoji\": \"🇲🇩\",\n \"ioc\": \"MDA\",\n \"languages\": [\n \"ron\"\n ],\n \"name\": \"Moldova\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ME\",\n \"alpha3\": \"MNE\",\n \"countryCallingCodes\": [\n \"+382\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇲🇪\",\n \"ioc\": \"MNE\",\n \"languages\": [\n \"mot\"\n ],\n \"name\": \"Montenegro\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MF\",\n \"alpha3\": \"MAF\",\n \"countryCallingCodes\": [\n \"+590\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇲🇫\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Saint Martin\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MG\",\n \"alpha3\": \"MDG\",\n \"countryCallingCodes\": [\n \"+261\"\n ],\n \"currencies\": [\n \"MGA\"\n ],\n \"emoji\": \"🇲🇬\",\n \"ioc\": \"MAD\",\n \"languages\": [\n \"fra\",\n \"mlg\"\n ],\n \"name\": \"Madagascar\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MH\",\n \"alpha3\": \"MHL\",\n \"countryCallingCodes\": [\n \"+692\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇲🇭\",\n \"ioc\": \"MHL\",\n \"languages\": [\n \"eng\",\n \"mah\"\n ],\n \"name\": \"Marshall Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MI\",\n \"alpha3\": \"MID\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Midway Islands\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"MK\",\n \"alpha3\": \"MKD\",\n \"countryCallingCodes\": [\n \"+389\"\n ],\n \"currencies\": [\n \"MKD\"\n ],\n \"emoji\": \"🇲🇰\",\n \"ioc\": \"MKD\",\n \"languages\": [\n \"mkd\"\n ],\n \"name\": \"Macedonia, The Former Yugoslav Republic Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ML\",\n \"alpha3\": \"MLI\",\n \"countryCallingCodes\": [\n \"+223\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇲🇱\",\n \"ioc\": \"MLI\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Mali\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MM\",\n \"alpha3\": \"MMR\",\n \"countryCallingCodes\": [\n \"+95\"\n ],\n \"currencies\": [\n \"MMK\"\n ],\n \"emoji\": \"🇲🇲\",\n \"ioc\": \"MYA\",\n \"languages\": [\n \"mya\"\n ],\n \"name\": \"Myanmar\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MN\",\n \"alpha3\": \"MNG\",\n \"countryCallingCodes\": [\n \"+976\"\n ],\n \"currencies\": [\n \"MNT\"\n ],\n \"emoji\": \"🇲🇳\",\n \"ioc\": \"MGL\",\n \"languages\": [\n \"mon\"\n ],\n \"name\": \"Mongolia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MO\",\n \"alpha3\": \"MAC\",\n \"countryCallingCodes\": [\n \"+853\"\n ],\n \"currencies\": [\n \"MOP\"\n ],\n \"emoji\": \"🇲🇴\",\n \"ioc\": \"MAC\",\n \"languages\": [\n \"zho\",\n \"por\"\n ],\n \"name\": \"Macao\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MP\",\n \"alpha3\": \"MNP\",\n \"countryCallingCodes\": [\n \"+1 670\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇲🇵\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Northern Mariana Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MQ\",\n \"alpha3\": \"MTQ\",\n \"countryCallingCodes\": [\n \"+596\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇲🇶\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Martinique\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MR\",\n \"alpha3\": \"MRT\",\n \"countryCallingCodes\": [\n \"+222\"\n ],\n \"currencies\": [\n \"MRO\"\n ],\n \"emoji\": \"🇲🇷\",\n \"ioc\": \"MTN\",\n \"languages\": [\n \"ara\",\n \"fra\"\n ],\n \"name\": \"Mauritania\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MS\",\n \"alpha3\": \"MSR\",\n \"countryCallingCodes\": [\n \"+1 664\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇲🇸\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Montserrat\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MT\",\n \"alpha3\": \"MLT\",\n \"countryCallingCodes\": [\n \"+356\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇲🇹\",\n \"ioc\": \"MLT\",\n \"languages\": [\n \"mlt\",\n \"eng\"\n ],\n \"name\": \"Malta\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MU\",\n \"alpha3\": \"MUS\",\n \"countryCallingCodes\": [\n \"+230\"\n ],\n \"currencies\": [\n \"MUR\"\n ],\n \"emoji\": \"🇲🇺\",\n \"ioc\": \"MRI\",\n \"languages\": [\n \"eng\",\n \"fra\"\n ],\n \"name\": \"Mauritius\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MV\",\n \"alpha3\": \"MDV\",\n \"countryCallingCodes\": [\n \"+960\"\n ],\n \"currencies\": [\n \"MVR\"\n ],\n \"emoji\": \"🇲🇻\",\n \"ioc\": \"MDV\",\n \"languages\": [\n \"div\"\n ],\n \"name\": \"Maldives\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MW\",\n \"alpha3\": \"MWI\",\n \"countryCallingCodes\": [\n \"+265\"\n ],\n \"currencies\": [\n \"MWK\"\n ],\n \"emoji\": \"🇲🇼\",\n \"ioc\": \"MAW\",\n \"languages\": [\n \"eng\",\n \"nya\"\n ],\n \"name\": \"Malawi\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MX\",\n \"alpha3\": \"MEX\",\n \"countryCallingCodes\": [\n \"+52\"\n ],\n \"currencies\": [\n \"MXN\",\n \"MXV\"\n ],\n \"emoji\": \"🇲🇽\",\n \"ioc\": \"MEX\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Mexico\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MY\",\n \"alpha3\": \"MYS\",\n \"countryCallingCodes\": [\n \"+60\"\n ],\n \"currencies\": [\n \"MYR\"\n ],\n \"emoji\": \"🇲🇾\",\n \"ioc\": \"MAS\",\n \"languages\": [\n \"msa\",\n \"eng\"\n ],\n \"name\": \"Malaysia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"MZ\",\n \"alpha3\": \"MOZ\",\n \"countryCallingCodes\": [\n \"+258\"\n ],\n \"currencies\": [\n \"MZN\"\n ],\n \"emoji\": \"🇲🇿\",\n \"ioc\": \"MOZ\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Mozambique\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NA\",\n \"alpha3\": \"NAM\",\n \"countryCallingCodes\": [\n \"+264\"\n ],\n \"currencies\": [\n \"NAD\",\n \"ZAR\"\n ],\n \"emoji\": \"🇳🇦\",\n \"ioc\": \"NAM\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Namibia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NC\",\n \"alpha3\": \"NCL\",\n \"countryCallingCodes\": [\n \"+687\"\n ],\n \"currencies\": [\n \"XPF\"\n ],\n \"emoji\": \"🇳🇨\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"New Caledonia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NE\",\n \"alpha3\": \"NER\",\n \"countryCallingCodes\": [\n \"+227\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇳🇪\",\n \"ioc\": \"NIG\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Niger\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NF\",\n \"alpha3\": \"NFK\",\n \"countryCallingCodes\": [\n \"+672\"\n ],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇳🇫\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Norfolk Island\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NG\",\n \"alpha3\": \"NGA\",\n \"countryCallingCodes\": [\n \"+234\"\n ],\n \"currencies\": [\n \"NGN\"\n ],\n \"emoji\": \"🇳🇬\",\n \"ioc\": \"NGR\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Nigeria\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NH\",\n \"alpha3\": \"NHB\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"New Hebrides\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"NI\",\n \"alpha3\": \"NIC\",\n \"countryCallingCodes\": [\n \"+505\"\n ],\n \"currencies\": [\n \"NIO\"\n ],\n \"emoji\": \"🇳🇮\",\n \"ioc\": \"NCA\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Nicaragua\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NL\",\n \"alpha3\": \"NLD\",\n \"countryCallingCodes\": [\n \"+31\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇳🇱\",\n \"ioc\": \"NED\",\n \"languages\": [\n \"nld\"\n ],\n \"name\": \"Netherlands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NO\",\n \"alpha3\": \"NOR\",\n \"countryCallingCodes\": [\n \"+47\"\n ],\n \"currencies\": [\n \"NOK\"\n ],\n \"emoji\": \"🇳🇴\",\n \"ioc\": \"NOR\",\n \"languages\": [\n \"nor\"\n ],\n \"name\": \"Norway\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NP\",\n \"alpha3\": \"NPL\",\n \"countryCallingCodes\": [\n \"+977\"\n ],\n \"currencies\": [\n \"NPR\"\n ],\n \"emoji\": \"🇳🇵\",\n \"ioc\": \"NEP\",\n \"languages\": [\n \"nep\"\n ],\n \"name\": \"Nepal\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NQ\",\n \"alpha3\": \"ATN\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Dronning Maud Land\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"NR\",\n \"alpha3\": \"NRU\",\n \"countryCallingCodes\": [\n \"+674\"\n ],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇳🇷\",\n \"ioc\": \"NRU\",\n \"languages\": [\n \"eng\",\n \"nau\"\n ],\n \"name\": \"Nauru\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NT\",\n \"alpha3\": \"NTZ\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Neutral Zone\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"NU\",\n \"alpha3\": \"NIU\",\n \"countryCallingCodes\": [\n \"+683\"\n ],\n \"currencies\": [\n \"NZD\"\n ],\n \"emoji\": \"🇳🇺\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Niue\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"NZ\",\n \"alpha3\": \"NZL\",\n \"countryCallingCodes\": [\n \"+64\"\n ],\n \"currencies\": [\n \"NZD\"\n ],\n \"emoji\": \"🇳🇿\",\n \"ioc\": \"NZL\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"New Zealand\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"OM\",\n \"alpha3\": \"OMN\",\n \"countryCallingCodes\": [\n \"+968\"\n ],\n \"currencies\": [\n \"OMR\"\n ],\n \"emoji\": \"🇴🇲\",\n \"ioc\": \"OMA\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Oman\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PA\",\n \"alpha3\": \"PAN\",\n \"countryCallingCodes\": [\n \"+507\"\n ],\n \"currencies\": [\n \"PAB\",\n \"USD\"\n ],\n \"emoji\": \"🇵🇦\",\n \"ioc\": \"PAN\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Panama\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PC\",\n \"alpha3\": \"PCI\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Pacific Islands, Trust Territory of the\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"PE\",\n \"alpha3\": \"PER\",\n \"countryCallingCodes\": [\n \"+51\"\n ],\n \"currencies\": [\n \"PEN\"\n ],\n \"emoji\": \"🇵🇪\",\n \"ioc\": \"PER\",\n \"languages\": [\n \"spa\",\n \"aym\",\n \"que\"\n ],\n \"name\": \"Peru\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PF\",\n \"alpha3\": \"PYF\",\n \"countryCallingCodes\": [\n \"+689\"\n ],\n \"currencies\": [\n \"XPF\"\n ],\n \"emoji\": \"🇵🇫\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"French Polynesia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PG\",\n \"alpha3\": \"PNG\",\n \"countryCallingCodes\": [\n \"+675\"\n ],\n \"currencies\": [\n \"PGK\"\n ],\n \"emoji\": \"🇵🇬\",\n \"ioc\": \"PNG\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Papua New Guinea\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PH\",\n \"alpha3\": \"PHL\",\n \"countryCallingCodes\": [\n \"+63\"\n ],\n \"currencies\": [\n \"PHP\"\n ],\n \"emoji\": \"🇵🇭\",\n \"ioc\": \"PHI\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Philippines\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PK\",\n \"alpha3\": \"PAK\",\n \"countryCallingCodes\": [\n \"+92\"\n ],\n \"currencies\": [\n \"PKR\"\n ],\n \"emoji\": \"🇵🇰\",\n \"ioc\": \"PAK\",\n \"languages\": [\n \"urd\",\n \"eng\"\n ],\n \"name\": \"Pakistan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PL\",\n \"alpha3\": \"POL\",\n \"countryCallingCodes\": [\n \"+48\"\n ],\n \"currencies\": [\n \"PLN\"\n ],\n \"emoji\": \"🇵🇱\",\n \"ioc\": \"POL\",\n \"languages\": [\n \"pol\"\n ],\n \"name\": \"Poland\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PM\",\n \"alpha3\": \"SPM\",\n \"countryCallingCodes\": [\n \"+508\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇵🇲\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Saint Pierre And Miquelon\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PN\",\n \"alpha3\": \"PCN\",\n \"countryCallingCodes\": [\n \"+872\"\n ],\n \"currencies\": [\n \"NZD\"\n ],\n \"emoji\": \"🇵🇳\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Pitcairn\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PR\",\n \"alpha3\": \"PRI\",\n \"countryCallingCodes\": [\n \"+1 787\",\n \"+1 939\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇵🇷\",\n \"ioc\": \"PUR\",\n \"languages\": [\n \"spa\",\n \"eng\"\n ],\n \"name\": \"Puerto Rico\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PS\",\n \"alpha3\": \"PSE\",\n \"countryCallingCodes\": [\n \"+970\"\n ],\n \"currencies\": [\n \"JOD\",\n \"EGP\",\n \"ILS\"\n ],\n \"emoji\": \"🇵🇸\",\n \"ioc\": \"PLE\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Palestinian Territory, Occupied\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PT\",\n \"alpha3\": \"PRT\",\n \"countryCallingCodes\": [\n \"+351\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇵🇹\",\n \"ioc\": \"POR\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Portugal\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PU\",\n \"alpha3\": \"PUS\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"U.S. Miscellaneous Pacific Islands\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"PW\",\n \"alpha3\": \"PLW\",\n \"countryCallingCodes\": [\n \"+680\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇵🇼\",\n \"ioc\": \"PLW\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Palau\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PY\",\n \"alpha3\": \"PRY\",\n \"countryCallingCodes\": [\n \"+595\"\n ],\n \"currencies\": [\n \"PYG\"\n ],\n \"emoji\": \"🇵🇾\",\n \"ioc\": \"PAR\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Paraguay\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"PZ\",\n \"alpha3\": \"PCZ\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Panama Canal Zone\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"QA\",\n \"alpha3\": \"QAT\",\n \"countryCallingCodes\": [\n \"+974\"\n ],\n \"currencies\": [\n \"QAR\"\n ],\n \"emoji\": \"🇶🇦\",\n \"ioc\": \"QAT\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Qatar\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"RE\",\n \"alpha3\": \"REU\",\n \"countryCallingCodes\": [\n \"+262\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇷🇪\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Reunion\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"RH\",\n \"alpha3\": \"RHO\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Southern Rhodesia\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"RO\",\n \"alpha3\": \"ROU\",\n \"countryCallingCodes\": [\n \"+40\"\n ],\n \"currencies\": [\n \"RON\"\n ],\n \"emoji\": \"🇷🇴\",\n \"ioc\": \"ROU\",\n \"languages\": [\n \"ron\"\n ],\n \"name\": \"Romania\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"RS\",\n \"alpha3\": \"SRB\",\n \"countryCallingCodes\": [\n \"+381\"\n ],\n \"currencies\": [\n \"RSD\"\n ],\n \"emoji\": \"🇷🇸\",\n \"ioc\": \"SRB\",\n \"languages\": [\n \"srp\"\n ],\n \"name\": \"Serbia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"RU\",\n \"alpha3\": \"RUS\",\n \"countryCallingCodes\": [\n \"+7\",\n \"+7 3\",\n \"+7 4\",\n \"+7 8\"\n ],\n \"currencies\": [\n \"RUB\"\n ],\n \"emoji\": \"🇷🇺\",\n \"ioc\": \"RUS\",\n \"languages\": [\n \"rus\"\n ],\n \"name\": \"Russian Federation\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"RW\",\n \"alpha3\": \"RWA\",\n \"countryCallingCodes\": [\n \"+250\"\n ],\n \"currencies\": [\n \"RWF\"\n ],\n \"emoji\": \"🇷🇼\",\n \"ioc\": \"RWA\",\n \"languages\": [\n \"eng\",\n \"fra\",\n \"kin\"\n ],\n \"name\": \"Rwanda\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SA\",\n \"alpha3\": \"SAU\",\n \"countryCallingCodes\": [\n \"+966\"\n ],\n \"currencies\": [\n \"SAR\"\n ],\n \"emoji\": \"🇸🇦\",\n \"ioc\": \"KSA\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Saudi Arabia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SB\",\n \"alpha3\": \"SLB\",\n \"countryCallingCodes\": [\n \"+677\"\n ],\n \"currencies\": [\n \"SBD\"\n ],\n \"emoji\": \"🇸🇧\",\n \"ioc\": \"SOL\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Solomon Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SC\",\n \"alpha3\": \"SYC\",\n \"countryCallingCodes\": [\n \"+248\"\n ],\n \"currencies\": [\n \"SCR\"\n ],\n \"emoji\": \"🇸🇨\",\n \"ioc\": \"SEY\",\n \"languages\": [\n \"eng\",\n \"fra\"\n ],\n \"name\": \"Seychelles\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SD\",\n \"alpha3\": \"SDN\",\n \"countryCallingCodes\": [\n \"+249\"\n ],\n \"currencies\": [\n \"SDG\"\n ],\n \"emoji\": \"🇸🇩\",\n \"ioc\": \"SUD\",\n \"languages\": [\n \"ara\",\n \"eng\"\n ],\n \"name\": \"Sudan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SE\",\n \"alpha3\": \"SWE\",\n \"countryCallingCodes\": [\n \"+46\"\n ],\n \"currencies\": [\n \"SEK\"\n ],\n \"emoji\": \"🇸🇪\",\n \"ioc\": \"SWE\",\n \"languages\": [\n \"swe\"\n ],\n \"name\": \"Sweden\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SG\",\n \"alpha3\": \"SGP\",\n \"countryCallingCodes\": [\n \"+65\"\n ],\n \"currencies\": [\n \"SGD\"\n ],\n \"emoji\": \"🇸🇬\",\n \"ioc\": \"SIN\",\n \"languages\": [\n \"eng\",\n \"zho\",\n \"msa\",\n \"tam\"\n ],\n \"name\": \"Singapore\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SH\",\n \"alpha3\": \"SHN\",\n \"countryCallingCodes\": [\n \"+290\"\n ],\n \"currencies\": [\n \"SHP\"\n ],\n \"emoji\": \"🇸🇭\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Saint Helena, Ascension And Tristan Da Cunha\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SI\",\n \"alpha3\": \"SVN\",\n \"countryCallingCodes\": [\n \"+386\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇸🇮\",\n \"ioc\": \"SLO\",\n \"languages\": [\n \"slv\"\n ],\n \"name\": \"Slovenia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SJ\",\n \"alpha3\": \"SJM\",\n \"countryCallingCodes\": [\n \"+47\"\n ],\n \"currencies\": [\n \"NOK\"\n ],\n \"emoji\": \"🇸🇯\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Svalbard And Jan Mayen\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SK\",\n \"alpha3\": \"SVK\",\n \"countryCallingCodes\": [\n \"+421\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇸🇰\",\n \"ioc\": \"SVK\",\n \"languages\": [\n \"slk\"\n ],\n \"name\": \"Slovakia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SK\",\n \"alpha3\": \"SKM\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Sikkim\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"SL\",\n \"alpha3\": \"SLE\",\n \"countryCallingCodes\": [\n \"+232\"\n ],\n \"currencies\": [\n \"SLL\"\n ],\n \"emoji\": \"🇸🇱\",\n \"ioc\": \"SLE\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Sierra Leone\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SM\",\n \"alpha3\": \"SMR\",\n \"countryCallingCodes\": [\n \"+378\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇸🇲\",\n \"ioc\": \"SMR\",\n \"languages\": [\n \"ita\"\n ],\n \"name\": \"San Marino\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SN\",\n \"alpha3\": \"SEN\",\n \"countryCallingCodes\": [\n \"+221\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇸🇳\",\n \"ioc\": \"SEN\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Senegal\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SO\",\n \"alpha3\": \"SOM\",\n \"countryCallingCodes\": [\n \"+252\"\n ],\n \"currencies\": [\n \"SOS\"\n ],\n \"emoji\": \"🇸🇴\",\n \"ioc\": \"SOM\",\n \"languages\": [\n \"som\"\n ],\n \"name\": \"Somalia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SR\",\n \"alpha3\": \"SUR\",\n \"countryCallingCodes\": [\n \"+597\"\n ],\n \"currencies\": [\n \"SRD\"\n ],\n \"emoji\": \"🇸🇷\",\n \"ioc\": \"SUR\",\n \"languages\": [\n \"nld\"\n ],\n \"name\": \"Suriname\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SS\",\n \"alpha3\": \"SSD\",\n \"countryCallingCodes\": [\n \"+211\"\n ],\n \"currencies\": [\n \"SSP\"\n ],\n \"emoji\": \"🇸🇸\",\n \"ioc\": \"SSD\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"South Sudan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ST\",\n \"alpha3\": \"STP\",\n \"countryCallingCodes\": [\n \"+239\"\n ],\n \"currencies\": [\n \"STD\"\n ],\n \"emoji\": \"🇸🇹\",\n \"ioc\": \"STP\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Sao Tome and Principe\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SU\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"RUB\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [\n \"rus\"\n ],\n \"name\": \"USSR\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"SV\",\n \"alpha3\": \"SLV\",\n \"countryCallingCodes\": [\n \"+503\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇸🇻\",\n \"ioc\": \"ESA\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"El Salvador\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SX\",\n \"alpha3\": \"SXM\",\n \"countryCallingCodes\": [\n \"+1 721\"\n ],\n \"currencies\": [\n \"ANG\"\n ],\n \"emoji\": \"🇸🇽\",\n \"ioc\": \"\",\n \"languages\": [\n \"nld\"\n ],\n \"name\": \"Sint Maarten\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SY\",\n \"alpha3\": \"SYR\",\n \"countryCallingCodes\": [\n \"+963\"\n ],\n \"currencies\": [\n \"SYP\"\n ],\n \"emoji\": \"🇸🇾\",\n \"ioc\": \"SYR\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Syrian Arab Republic\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"SZ\",\n \"alpha3\": \"SWZ\",\n \"countryCallingCodes\": [\n \"+268\"\n ],\n \"currencies\": [\n \"SZL\"\n ],\n \"emoji\": \"🇸🇿\",\n \"ioc\": \"SWZ\",\n \"languages\": [\n \"eng\",\n \"ssw\"\n ],\n \"name\": \"Swaziland\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TA\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [\n \"+290\"\n ],\n \"currencies\": [\n \"GBP\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Tristan de Cunha\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"TC\",\n \"alpha3\": \"TCA\",\n \"countryCallingCodes\": [\n \"+1 649\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇹🇨\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Turks And Caicos Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TD\",\n \"alpha3\": \"TCD\",\n \"countryCallingCodes\": [\n \"+235\"\n ],\n \"currencies\": [\n \"XAF\"\n ],\n \"emoji\": \"🇹🇩\",\n \"ioc\": \"CHA\",\n \"languages\": [\n \"ara\",\n \"fra\"\n ],\n \"name\": \"Chad\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TF\",\n \"alpha3\": \"ATF\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇹🇫\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"French Southern Territories\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TG\",\n \"alpha3\": \"TGO\",\n \"countryCallingCodes\": [\n \"+228\"\n ],\n \"currencies\": [\n \"XOF\"\n ],\n \"emoji\": \"🇹🇬\",\n \"ioc\": \"TOG\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Togo\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TH\",\n \"alpha3\": \"THA\",\n \"countryCallingCodes\": [\n \"+66\"\n ],\n \"currencies\": [\n \"THB\"\n ],\n \"emoji\": \"🇹🇭\",\n \"ioc\": \"THA\",\n \"languages\": [\n \"tha\"\n ],\n \"name\": \"Thailand\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TJ\",\n \"alpha3\": \"TJK\",\n \"countryCallingCodes\": [\n \"+992\"\n ],\n \"currencies\": [\n \"TJS\"\n ],\n \"emoji\": \"🇹🇯\",\n \"ioc\": \"TJK\",\n \"languages\": [\n \"tgk\",\n \"rus\"\n ],\n \"name\": \"Tajikistan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TK\",\n \"alpha3\": \"TKL\",\n \"countryCallingCodes\": [\n \"+690\"\n ],\n \"currencies\": [\n \"NZD\"\n ],\n \"emoji\": \"🇹🇰\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Tokelau\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TL\",\n \"alpha3\": \"TLS\",\n \"countryCallingCodes\": [\n \"+670\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇹🇱\",\n \"ioc\": \"TLS\",\n \"languages\": [\n \"por\"\n ],\n \"name\": \"Timor-Leste, Democratic Republic of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TM\",\n \"alpha3\": \"TKM\",\n \"countryCallingCodes\": [\n \"+993\"\n ],\n \"currencies\": [\n \"TMT\"\n ],\n \"emoji\": \"🇹🇲\",\n \"ioc\": \"TKM\",\n \"languages\": [\n \"tuk\",\n \"rus\"\n ],\n \"name\": \"Turkmenistan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TN\",\n \"alpha3\": \"TUN\",\n \"countryCallingCodes\": [\n \"+216\"\n ],\n \"currencies\": [\n \"TND\"\n ],\n \"emoji\": \"🇹🇳\",\n \"ioc\": \"TUN\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Tunisia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TO\",\n \"alpha3\": \"TON\",\n \"countryCallingCodes\": [\n \"+676\"\n ],\n \"currencies\": [\n \"TOP\"\n ],\n \"emoji\": \"🇹🇴\",\n \"ioc\": \"TGA\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Tonga\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TP\",\n \"alpha3\": \"TMP\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"East Timor\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"TR\",\n \"alpha3\": \"TUR\",\n \"countryCallingCodes\": [\n \"+90\"\n ],\n \"currencies\": [\n \"TRY\"\n ],\n \"emoji\": \"🇹🇷\",\n \"ioc\": \"TUR\",\n \"languages\": [\n \"tur\"\n ],\n \"name\": \"Turkey\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TT\",\n \"alpha3\": \"TTO\",\n \"countryCallingCodes\": [\n \"+1 868\"\n ],\n \"currencies\": [\n \"TTD\"\n ],\n \"emoji\": \"🇹🇹\",\n \"ioc\": \"TTO\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Trinidad And Tobago\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TV\",\n \"alpha3\": \"TUV\",\n \"countryCallingCodes\": [\n \"+688\"\n ],\n \"currencies\": [\n \"AUD\"\n ],\n \"emoji\": \"🇹🇻\",\n \"ioc\": \"TUV\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Tuvalu\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TW\",\n \"alpha3\": \"TWN\",\n \"countryCallingCodes\": [\n \"+886\"\n ],\n \"currencies\": [\n \"TWD\"\n ],\n \"emoji\": \"🇹🇼\",\n \"ioc\": \"TPE\",\n \"languages\": [\n \"zho\"\n ],\n \"name\": \"Taiwan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"TZ\",\n \"alpha3\": \"TZA\",\n \"countryCallingCodes\": [\n \"+255\"\n ],\n \"currencies\": [\n \"TZS\"\n ],\n \"emoji\": \"🇹🇿\",\n \"ioc\": \"TAN\",\n \"languages\": [\n \"swa\",\n \"eng\"\n ],\n \"name\": \"Tanzania, United Republic Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"UA\",\n \"alpha3\": \"UKR\",\n \"countryCallingCodes\": [\n \"+380\"\n ],\n \"currencies\": [\n \"UAH\"\n ],\n \"emoji\": \"🇺🇦\",\n \"ioc\": \"UKR\",\n \"languages\": [\n \"ukr\",\n \"rus\"\n ],\n \"name\": \"Ukraine\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"UG\",\n \"alpha3\": \"UGA\",\n \"countryCallingCodes\": [\n \"+256\"\n ],\n \"currencies\": [\n \"UGX\"\n ],\n \"emoji\": \"🇺🇬\",\n \"ioc\": \"UGA\",\n \"languages\": [\n \"eng\",\n \"swa\"\n ],\n \"name\": \"Uganda\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"UK\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [],\n \"currencies\": [\n \"GBP\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\",\n \"cor\",\n \"gle\",\n \"gla\",\n \"cym\"\n ],\n \"name\": \"United Kingdom\",\n \"status\": \"reserved\"\n },\n {\n \"alpha2\": \"UM\",\n \"alpha3\": \"UMI\",\n \"countryCallingCodes\": [\n \"+1\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇺🇲\",\n \"ioc\": \"\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"United States Minor Outlying Islands\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"US\",\n \"alpha3\": \"USA\",\n \"countryCallingCodes\": [\n \"+1\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇺🇸\",\n \"ioc\": \"USA\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"United States\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"UY\",\n \"alpha3\": \"URY\",\n \"countryCallingCodes\": [\n \"+598\"\n ],\n \"currencies\": [\n \"UYU\",\n \"UYI\"\n ],\n \"emoji\": \"🇺🇾\",\n \"ioc\": \"URU\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Uruguay\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"UZ\",\n \"alpha3\": \"UZB\",\n \"countryCallingCodes\": [\n \"+998\"\n ],\n \"currencies\": [\n \"UZS\"\n ],\n \"emoji\": \"🇺🇿\",\n \"ioc\": \"UZB\",\n \"languages\": [\n \"uzb\",\n \"rus\"\n ],\n \"name\": \"Uzbekistan\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"VA\",\n \"alpha3\": \"VAT\",\n \"countryCallingCodes\": [\n \"+379\",\n \"+39\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇻🇦\",\n \"ioc\": \"\",\n \"languages\": [\n \"ita\"\n ],\n \"name\": \"Vatican City State\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"VC\",\n \"alpha3\": \"VCT\",\n \"countryCallingCodes\": [\n \"+1 784\"\n ],\n \"currencies\": [\n \"XCD\"\n ],\n \"emoji\": \"🇻🇨\",\n \"ioc\": \"VIN\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Saint Vincent And The Grenadines\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"VD\",\n \"alpha3\": \"VDR\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Viet-Nam, Democratic Republic of\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"VE\",\n \"alpha3\": \"VEN\",\n \"countryCallingCodes\": [\n \"+58\"\n ],\n \"currencies\": [\n \"VEF\"\n ],\n \"emoji\": \"🇻🇪\",\n \"ioc\": \"VEN\",\n \"languages\": [\n \"spa\"\n ],\n \"name\": \"Venezuela, Bolivarian Republic Of\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"VG\",\n \"alpha3\": \"VGB\",\n \"countryCallingCodes\": [\n \"+1 284\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇻🇬\",\n \"ioc\": \"IVB\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Virgin Islands (British)\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"VI\",\n \"alpha3\": \"VIR\",\n \"countryCallingCodes\": [\n \"+1 340\"\n ],\n \"currencies\": [\n \"USD\"\n ],\n \"emoji\": \"🇻🇮\",\n \"ioc\": \"ISV\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Virgin Islands (US)\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"VN\",\n \"alpha3\": \"VNM\",\n \"countryCallingCodes\": [\n \"+84\"\n ],\n \"currencies\": [\n \"VND\"\n ],\n \"emoji\": \"🇻🇳\",\n \"ioc\": \"VIE\",\n \"languages\": [\n \"vie\"\n ],\n \"name\": \"Viet Nam\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"VU\",\n \"alpha3\": \"VUT\",\n \"countryCallingCodes\": [\n \"+678\"\n ],\n \"currencies\": [\n \"VUV\"\n ],\n \"emoji\": \"🇻🇺\",\n \"ioc\": \"VAN\",\n \"languages\": [\n \"bis\",\n \"eng\",\n \"fra\"\n ],\n \"name\": \"Vanuatu\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"WF\",\n \"alpha3\": \"WLF\",\n \"countryCallingCodes\": [\n \"+681\"\n ],\n \"currencies\": [\n \"XPF\"\n ],\n \"emoji\": \"🇼🇫\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Wallis And Futuna\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"WK\",\n \"alpha3\": \"WAK\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Wake Island\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"WS\",\n \"alpha3\": \"WSM\",\n \"countryCallingCodes\": [\n \"+685\"\n ],\n \"currencies\": [\n \"WST\"\n ],\n \"emoji\": \"🇼🇸\",\n \"ioc\": \"SAM\",\n \"languages\": [\n \"eng\",\n \"smo\"\n ],\n \"name\": \"Samoa\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"XK\",\n \"alpha3\": \"\",\n \"countryCallingCodes\": [\n \"+383\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"\",\n \"ioc\": \"KOS\",\n \"languages\": [\n \"sqi\",\n \"srp\",\n \"bos\",\n \"tur\",\n \"rom\"\n ],\n \"name\": \"Kosovo\",\n \"status\": \"user assigned\"\n },\n {\n \"alpha2\": \"YD\",\n \"alpha3\": \"YMD\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Yemen, Democratic\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"YE\",\n \"alpha3\": \"YEM\",\n \"countryCallingCodes\": [\n \"+967\"\n ],\n \"currencies\": [\n \"YER\"\n ],\n \"emoji\": \"🇾🇪\",\n \"ioc\": \"YEM\",\n \"languages\": [\n \"ara\"\n ],\n \"name\": \"Yemen\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"YT\",\n \"alpha3\": \"MYT\",\n \"countryCallingCodes\": [\n \"+262\"\n ],\n \"currencies\": [\n \"EUR\"\n ],\n \"emoji\": \"🇾🇹\",\n \"ioc\": \"\",\n \"languages\": [\n \"fra\"\n ],\n \"name\": \"Mayotte\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"YU\",\n \"alpha3\": \"YUG\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Yugoslavia\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"ZA\",\n \"alpha3\": \"ZAF\",\n \"countryCallingCodes\": [\n \"+27\"\n ],\n \"currencies\": [\n \"ZAR\"\n ],\n \"emoji\": \"🇿🇦\",\n \"ioc\": \"RSA\",\n \"languages\": [\n \"afr\",\n \"eng\",\n \"nbl\",\n \"som\",\n \"tso\",\n \"ven\",\n \"xho\",\n \"zul\"\n ],\n \"name\": \"South Africa\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ZM\",\n \"alpha3\": \"ZMB\",\n \"countryCallingCodes\": [\n \"+260\"\n ],\n \"currencies\": [\n \"ZMW\"\n ],\n \"emoji\": \"🇿🇲\",\n \"ioc\": \"ZAM\",\n \"languages\": [\n \"eng\"\n ],\n \"name\": \"Zambia\",\n \"status\": \"assigned\"\n },\n {\n \"alpha2\": \"ZR\",\n \"alpha3\": \"ZAR\",\n \"countryCallingCodes\": [],\n \"currencies\": [],\n \"ioc\": \"\",\n \"languages\": [],\n \"name\": \"Zaire\",\n \"status\": \"deleted\"\n },\n {\n \"alpha2\": \"ZW\",\n \"alpha3\": \"ZWE\",\n \"countryCallingCodes\": [\n \"+263\"\n ],\n \"currencies\": [\n \"USD\",\n \"ZAR\",\n \"BWP\",\n \"GBP\",\n \"EUR\"\n ],\n \"emoji\": \"🇿🇼\",\n \"ioc\": \"ZIM\",\n \"languages\": [\n \"eng\",\n \"sna\",\n \"nde\"\n ],\n \"name\": \"Zimbabwe\",\n \"status\": \"assigned\"\n }\n ]\n}"}],"_postman_id":"17e8b2c2-f9ed-4963-864f-1d2e844b9afd"},{"name":"Get health","id":"d1d60c78-592f-439c-bde5-48164edd50eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/health","description":"

Description

\n
\n

Returns the current status of the Celsius Partner API.

\n","urlObject":{"path":["health"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"28d09e19-8ae3-4810-97a5-c4793ccf6114","name":"OK (transaction id unassigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2089","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": null\n}"},{"id":"712844e4-e8e9-42e3-99f6-783eb9c35ec0","name":"Success - Partner API status returned","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"ok\"\n}"},{"id":"80601921-2d39-4bb7-9bfc-5325e0cbe5e4","name":"OK (transaction id assigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"9c91e035-6962-492c-9f66-84b49771a89f","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"bf105359e2d7ecb96a46ede6defc64e4c864997dbeb092a697e98f9e957b0944\"\n}"},{"id":"ddc6fea9-4cfe-4adc-995f-03756479fa1d","name":"Non existent transaction","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2081","description":"Transaction id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"13","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 14:45:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Wrong transaction id.\"\n}"}],"_postman_id":"d1d60c78-592f-439c-bde5-48164edd50eb"},{"name":"Get supported coins","id":"935ac2aa-611f-4e3a-b70f-ca65793b743f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"

User token (secret)

\n","type":"text"}],"url":"{{base_url}}/util/supported_currencies","description":"

Description

\n
\n

Returns an array of coins supported by Celsius.

\n

Response

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyTypeDescription
currenciesstring[]Array of coins
\n
","urlObject":{"path":["util","supported_currencies"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bf014867-e4b9-4a2c-b516-16a89b809305","name":"Success - Supported coins returned","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"Partner token used to differentiate different partners","type":"text"},{"key":"X-Cel-User-Token","value":"{{test_user_token}}","description":"User token (secret)","type":"text"}],"url":"{{base_url}}/util/supported_currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"currencies\": [\n \"ETH\",\n \"BTC\",\n \"DASH\",\n \"BCH\",\n \"BSV\",\n \"LTC\",\n \"ZEC\",\n \"BTG\",\n \"XRP\",\n \"XLM\",\n \"OMG\",\n \"TUSD\",\n \"GUSD\",\n \"PAX\",\n \"PAXG\",\n \"USDC\",\n \"DAI\",\n \"MCDAI\",\n \"CEL\",\n \"ZRX\",\n \"ORBS\",\n \"USDT ERC20\",\n \"TGBP\",\n \"TAUD\",\n \"THKD\",\n \"TCAD\",\n \"EOS\",\n \"SGA\",\n \"SGR\",\n \"XAUT\",\n \"ETC\",\n \"BAT\",\n \"BUSD\",\n \"KNC\",\n \"LINK\",\n \"LPT\",\n \"MATIC\",\n \"SNX\",\n \"UMA\",\n \"UNI\",\n \"MANA\",\n \"COMP\",\n \"SPARK\",\n \"STETH\",\n \"AAVE\"\n ]\n}"}],"_postman_id":"935ac2aa-611f-4e3a-b70f-ca65793b743f"}],"id":"1ba12199-13ba-4d75-8086-8f6a3c7a4951","description":"

These endpoints are used to provide different utilities to partners.

\n

Possible actions:

\n
    \n
  • Retrieving a list of currently active interest rates;
  • \n
  • Retrieving a list of countries supported by Celsius;
  • \n
  • Retrieving a list of currently supported coins;
  • \n
  • Retrieving the health status of the partner API.
  • \n
\n","event":[{"listen":"prerequest","script":{"id":"05bab658-bb2b-4c5f-a469-add4ebd15a1d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1c5b843-8e98-4229-9178-bd1ee285580a","type":"text/javascript","exec":[""]}}],"_postman_id":"1ba12199-13ba-4d75-8086-8f6a3c7a4951"},{"name":"Whitelabel Partner","item":[],"id":"31c70317-92dd-4e68-a5db-ea16a81121fa","_postman_id":"31c70317-92dd-4e68-a5db-ea16a81121fa","description":""},{"name":"Institutional Partner","item":[{"name":"Wallet","item":[{"name":"Balance summary","id":"722badb6-819f-457c-be32-c0d965f8b0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/balance/","urlObject":{"path":["wallet","balance",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b815f4e1-1a55-451a-91c9-719c49ff3aae","name":"Balance summary","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":"{{base_url}}/wallet/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n \"balance\":{ \n \"eth\":0.9925,\n \"btc\":0.00321568,\n \"ltc\":2.332,\n \"xrp\":0.01315,\n \"omg\":0,\n \"cel\":0.002\n }\n}"}],"_postman_id":"722badb6-819f-457c-be32-c0d965f8b0ac"},{"name":"Balance for coin","id":"0b447ac1-8618-4396-bf95-e5d66458182b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/:coin/balance","urlObject":{"path":["wallet",":coin","balance"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"e9c026ae-d578-4a8b-8342-f30316bc62f3","type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"8fb3c760-0cdb-4e3e-a4ff-684ec2b2aa2c","name":"Balance for coin","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/balance","host":["{{base_url}}"],"path":["wallet",":coin","balance"],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"amount\": 0.00525\n}"}],"_postman_id":"0b447ac1-8618-4396-bf95-e5d66458182b"},{"name":"Transactions summary","id":"44eac8b9-c513-4eb7-9b82-41b445c4f111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/transactions?page=11&per_page=10","urlObject":{"path":["wallet","transactions"],"host":["{{base_url}}"],"query":[{"key":"page","value":"11"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"67fc8632-547d-4ac1-a94d-8935d1977255","name":"Transactions summary","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/transactions?page=:page","host":["{{base_url}}"],"path":["wallet","transactions"],"query":[{"key":"page","value":":page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 2,\n \"pages\": 1,\n \"current\": 1,\n \"per_page\": 50,\n \"showing\": \"1-2\"\n },\n \"records\": [\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-09-05T12:42:47.045Z\",\n \"txid\": \"0xe1cd8a36f3801be2651561d01850288f71098141b7c5b2055af3479fb3b01874\"\n },\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"withdrawal\",\n \"time\": \"2018-09-06T13:45:02.045Z\",\n \"txid\": \"0xd037fc5e70beb9566f6bf75121b540879a0e72f7e1d358ff00089d4c459a06e2\"\n },\n {\n \"amount\": \"1\",\n \"amount_usd\": 6454.35,\n \"coin\": \"BTC\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-10-01T20:32:47.045Z\",\n \"txid\": \"34ba714fbb062dd7df337bbfa354852e05a93750540879f6a193136e161ece47\"\n }\n ]\n}"}],"_postman_id":"44eac8b9-c513-4eb7-9b82-41b445c4f111"},{"name":"Transactions for coin","id":"d1746454-f184-43f0-a9cf-43e44f62b53e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/:coin/transactions?page=1","urlObject":{"path":["wallet",":coin","transactions"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"}],"variable":[{"id":"22aab55c-cd97-4046-a665-564fb012bf2d","type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"9f1d6132-33d8-46b4-a4d9-dc5b47070155","name":"Transactions for coin","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/transactions?page=1","host":["{{base_url}}"],"path":["wallet",":coin","transactions"],"query":[{"key":"page","value":"1","description":"optional"}],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 2,\n \"pages\": 1,\n \"current\": 1,\n \"per_page\": 50,\n \"showing\": \"1-2\"\n },\n \"records\": [\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-09-05T12:42:47.045Z\",\n \"txid\": \"0xe1cd8a36f3801be2651561d01850288f71098141b7c5b2055af3479fb3b01874\"\n },\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"withdrawal\",\n \"time\": \"2018-09-06T13:45:02.045Z\",\n \"txid\": \"0xd037fc5e70beb9566f6bf75121b540879a0e72f7e1d358ff00089d4c459a06e2\"\n }\n ]\n}"}],"_postman_id":"d1746454-f184-43f0-a9cf-43e44f62b53e"},{"name":"Get deposit address","id":"8fd238ad-1cba-4aac-84ad-c56441dd5c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/:coin/deposit","urlObject":{"path":["wallet",":coin","deposit"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"5834ba7f-6412-43a1-8327-4b5db4854dc0","type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"3a927dbf-328c-4162-b474-10719e11b18b","name":"Get deposit address","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"address\": \"0x8fed6d0ad578B7F4BeB7Aa04DE81dA9b94244e4F\"\n}"},{"id":"e6a1390f-a5ce-4364-85c3-95517ae672aa","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"address\": \"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f\"\n}"},{"id":"fb95b881-1025-4e81-8d76-6a6ea0c26c36","name":"No free addresses available","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":""}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"No free addresses available.\"\n}"}],"_postman_id":"8fd238ad-1cba-4aac-84ad-c56441dd5c4c"},{"name":"Withdraw","id":"83ff3b2f-cb53-414f-a4ca-246eb576f06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"

optional

\n","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":"{{base_url}}/wallet/:coin/withdraw","description":"

Wiithdraws the desired coin amount to the specified address.

\n","urlObject":{"path":["wallet",":coin","withdraw"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"ae13f2fc-f8ed-4c35-9b80-9fd857df3076","description":{"content":"

coin name uppercased

\n","type":"text/plain"},"type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"6155e04f-7f28-4f03-974d-8d257550da8c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"txid\": \"0xd4d0022ca88836174088714fd058e2982f37d9e063d75df6c4dc0dc051e5e733\"\n}"},{"id":"b4a02e77-7a5a-4cf3-8df4-3ffb1c9ec6b6","name":"Less than minimal withdrawal","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"You cannot withdraw less than $1.\"\n}"},{"id":"bf07f815-3029-49e8-adeb-decebace13ba","name":"Insufficient funds","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"Insufficient funds.\"\n}"}],"_postman_id":"83ff3b2f-cb53-414f-a4ca-246eb576f06f"},{"name":"Get withdrawal transaction id","id":"94aa50e9-4549-45e7-b845-5a605569b9c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/transactions/:transaction/status","urlObject":{"path":["wallet","transactions",":transaction","status"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"0b9880ba-8d61-4772-adb1-13eca89cb1f6","type":"string","value":"2b82271-27cd-4f6e-a301-de6132c29f21","key":"transaction"}]}},"response":[{"id":"0f26cff5-dc08-488e-9075-60f2769dfcf9","name":"Non existent transaction","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2081","description":"Transaction id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"13","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 14:45:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Wrong transaction id.\"\n}"},{"id":"9a033673-7c5f-46b1-9686-9078220bd09e","name":"OK (transaction id assigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"9c91e035-6962-492c-9f66-84b49771a89f","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"bf105359e2d7ecb96a46ede6defc64e4c864997dbeb092a697e98f9e957b0944\"\n}"},{"id":"9d1283b1-570a-411d-bc4a-911139b37b7b","name":"OK (transaction id unassigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2089","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": null\n}"}],"_postman_id":"94aa50e9-4549-45e7-b845-5a605569b9c2"}],"id":"51286374-1bb4-4e42-a41e-e3fb29b0e4bc","_postman_id":"51286374-1bb4-4e42-a41e-e3fb29b0e4bc","description":""},{"name":"Utility","item":[{"name":"Interest Rates","id":"231065d4-c342-404f-b33e-42c3900399a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/util/interest/rates","description":"

Retreives interest rates for each coin.

\n","urlObject":{"path":["util","interest","rates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2d5cc6da-e1ce-44e5-971e-d063825eba98","name":"Interest Rates","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/util/interest/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 10 Feb 2019 10:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"963"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Signature","value":"sE6p7fpQYS0QD4tCkocHk3ttpGP95imY+JMM8/32xzeWh8akgz8/l0qKOabiEEQd2jIoPT/UGQhZvU94EvGWoFgoRD5Bh90pcumdO6F5laMAiC+LyyFNJrTxoe0UIX4aoMnU1u2EWEaD8YLCn28ku58Lxka5geL09l3SIipho8bi3N+ZgKYmbWQ+lFZUV6JCPmu7jHDASsaQaOu5n7AB6N3Dm+xLgfbaxu/QDN80sDF9fe5O56bh8IBlf/2+Y5HXJSFYsRl+s9v3YZ/EnvVc0DrvSK5noqSTiVy2Olsh6qMrYS6WTxjTVpW1TJ6E7oP97aMZ5fqJenBces7jGXCT5w=="},{"key":"ETag","value":"W/\"3c3-uuzwMybo2QDoOh03cI+BNv+B0Yc\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n \"interestRates\": [\n {\n \"coin\": \"ETH\",\n \"rate\": \"0.0200\",\n \"currency\": {\n \"id\": 2,\n \"name\": \"ethereum\",\n \"short\": \"ETH\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png\"\n }\n },\n {\n \"coin\": \"BTC\",\n \"rate\": \"0.2300\",\n \"currency\": {\n \"id\": 1,\n \"name\": \"bitcoin\",\n \"short\": \"BTC\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1.png\"\n }\n },\n {\n \"coin\": \"LTC\",\n \"rate\": \"0.2100\",\n \"currency\": {\n \"id\": 5,\n \"name\": \"litecoin\",\n \"short\": \"LTC\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/2.png\"\n }\n },\n {\n \"coin\": \"XRP\",\n \"rate\": \"0.2300\",\n \"currency\": {\n \"id\": 3,\n \"name\": \"ripple\",\n \"short\": \"XRP\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/52.png\"\n }\n },\n {\n \"coin\": \"OMG\",\n \"rate\": \"0.4300\",\n \"currency\": {\n \"id\": 12,\n \"name\": \"omisego\",\n \"short\": \"OMG\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1808.png\"\n }\n },\n {\n \"coin\": \"ZRX\",\n \"rate\": \"0.0310\",\n \"currency\": {\n \"id\": 13,\n \"name\": \"0x\",\n \"short\": \"ZRX\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1896.png\"\n }\n }\n ]\n}"}],"_postman_id":"231065d4-c342-404f-b33e-42c3900399a9"}],"id":"fea59736-deeb-41c9-b2c7-a68df4a1644a","_postman_id":"fea59736-deeb-41c9-b2c7-a68df4a1644a","description":""}],"id":"62562199-0dce-4fd8-b8e6-a3440fc60a7f","_postman_id":"62562199-0dce-4fd8-b8e6-a3440fc60a7f","description":""},{"name":"Api Partner","item":[{"name":"Wallet","item":[{"name":"Balance summary","id":"59eb24d1-4936-4ed4-8f29-096f27c7fbc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/balance/","urlObject":{"path":["wallet","balance",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"24e5cc7d-4a69-40d5-bf48-e30655a70ad4","name":"Balance summary","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":"{{base_url}}/wallet/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n \"balance\":{ \n \"eth\":0.9925,\n \"btc\":0.00321568,\n \"ltc\":2.332,\n \"xrp\":0.01315,\n \"omg\":0,\n \"cel\":0.002\n }\n}"}],"_postman_id":"59eb24d1-4936-4ed4-8f29-096f27c7fbc4"},{"name":"Balance for coin","id":"ee8cd1be-3e90-4a6c-8f43-348bc67d2638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/:coin/balance","urlObject":{"path":["wallet",":coin","balance"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"37d00faa-f54b-44a9-8dbf-1343b42d7a78","type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"c2e1093f-0080-49a7-bc2a-5efcfae9c8a9","name":"Balance for coin","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/balance","host":["{{base_url}}"],"path":["wallet",":coin","balance"],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"amount\": 0.00525\n}"}],"_postman_id":"ee8cd1be-3e90-4a6c-8f43-348bc67d2638"},{"name":"Transactions summary","id":"484972e5-f5be-4f26-a361-3d7744ffaba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/transactions?page=11&per_page=10","urlObject":{"path":["wallet","transactions"],"host":["{{base_url}}"],"query":[{"key":"page","value":"11"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"6d24610d-c5a1-4d23-a2d0-ecc92f5c72e7","name":"Transactions summary","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/transactions?page=:page","host":["{{base_url}}"],"path":["wallet","transactions"],"query":[{"key":"page","value":":page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 2,\n \"pages\": 1,\n \"current\": 1,\n \"per_page\": 50,\n \"showing\": \"1-2\"\n },\n \"records\": [\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-09-05T12:42:47.045Z\",\n \"txid\": \"0xe1cd8a36f3801be2651561d01850288f71098141b7c5b2055af3479fb3b01874\"\n },\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"withdrawal\",\n \"time\": \"2018-09-06T13:45:02.045Z\",\n \"txid\": \"0xd037fc5e70beb9566f6bf75121b540879a0e72f7e1d358ff00089d4c459a06e2\"\n },\n {\n \"amount\": \"1\",\n \"amount_usd\": 6454.35,\n \"coin\": \"BTC\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-10-01T20:32:47.045Z\",\n \"txid\": \"34ba714fbb062dd7df337bbfa354852e05a93750540879f6a193136e161ece47\"\n }\n ]\n}"}],"_postman_id":"484972e5-f5be-4f26-a361-3d7744ffaba1"},{"name":"Transactions for coin","id":"80634287-0e74-4a61-8947-4d3d448dc3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/:coin/transactions?page=1","urlObject":{"path":["wallet",":coin","transactions"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"}],"variable":[{"id":"ead96499-3c7c-41e4-aaa4-a9deb415b9fd","type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"1b4276e5-4b70-4510-a1fb-c26478cda2ac","name":"Transactions for coin","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/transactions?page=1","host":["{{base_url}}"],"path":["wallet",":coin","transactions"],"query":[{"key":"page","value":"1","description":"optional"}],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n \"pagination\": {\n \"total\": 2,\n \"pages\": 1,\n \"current\": 1,\n \"per_page\": 50,\n \"showing\": \"1-2\"\n },\n \"records\": [\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"deposit\",\n \"time\": \"2018-09-05T12:42:47.045Z\",\n \"txid\": \"0xe1cd8a36f3801be2651561d01850288f71098141b7c5b2055af3479fb3b01874\"\n },\n {\n \"amount\": \"0.00000089\",\n \"amount_usd\": 0.0064939967142417995,\n \"coin\": \"ETH\",\n \"state\": \"confirmed\",\n \"nature\": \"withdrawal\",\n \"time\": \"2018-09-06T13:45:02.045Z\",\n \"txid\": \"0xd037fc5e70beb9566f6bf75121b540879a0e72f7e1d358ff00089d4c459a06e2\"\n }\n ]\n}"}],"_postman_id":"80634287-0e74-4a61-8947-4d3d448dc3a4"},{"name":"Get deposit address","id":"f8865047-c445-4af5-a773-9530299afe7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/:coin/deposit","urlObject":{"path":["wallet",":coin","deposit"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"edc1ddf9-21e1-4612-9b96-15580e7e48f4","type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"1cba5cf5-71d8-4e43-b018-75b8fc4b46f8","name":"Get deposit address","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"address\": \"0x8fed6d0ad578B7F4BeB7Aa04DE81dA9b94244e4F\"\n}"},{"id":"83b95173-231c-4e60-bdfb-0b47289f98e9","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"address\": \"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f\"\n}"},{"id":"d418f09d-247b-4638-a6c0-b2935596714f","name":"No free addresses available","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"url":{"raw":"{{base_url}}/wallet/:coin/deposit","host":["{{base_url}}"],"path":["wallet",":coin","deposit"],"variable":[{"key":"coin","value":""}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"No free addresses available.\"\n}"}],"_postman_id":"f8865047-c445-4af5-a773-9530299afe7b"},{"name":"Withdraw","id":"ae334346-5e03-4208-ba25-a3519d2233af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"

optional

\n","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":"{{base_url}}/wallet/:coin/withdraw","description":"

Wiithdraws the desired coin amount to the specified address.

\n","urlObject":{"path":["wallet",":coin","withdraw"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"4e2450e9-2c07-4c76-bf04-38c448fc3e6e","description":{"content":"

coin name uppercased

\n","type":"text/plain"},"type":"string","value":"ETH","key":"coin"}]}},"response":[{"id":"42987ccb-c8f8-47b1-be5c-0cfdcc041323","name":"Less than minimal withdrawal","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"You cannot withdraw less than $1.\"\n}"},{"id":"d7b772a8-65ed-43ed-8115-9342fdd5a384","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"txid\": \"0xd4d0022ca88836174088714fd058e2982f37d9e063d75df6c4dc0dc051e5e733\"\n}"},{"id":"f6ef223a-6974-4c80-a2ff-457b3fcf6c26","name":"Insufficient funds","originalRequest":{"method":"POST","header":[{"key":"X-Cel-Partner-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImp0aSI6IjI1YmY2ZDExLTI5OTYtNGMwOC1hMmY0LTVjMDQxMzE1YjBkMyIsImlhdCI6MTUzODU2NTQwMSwiZXhwIjoxNTM4NTY5MDAxfQ.YRerdA2njIIIMu0thsutuwpQLL7UTPz_ZNOB73yx12U","description":"Partner token used to differentiate different partners"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"0x8fed6d0ad578b7f4beb7aa04de81da9b94244e4f","description":"optional","type":"text"},{"key":"amount","value":"0.00051","type":"text"}]},"url":{"raw":"{{base_url}}/wallet/:coin/withdraw","host":["{{base_url}}"],"path":["wallet",":coin","withdraw"],"variable":[{"key":"coin","value":"ETH","description":"coin name uppercased"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"msg\": \"Insufficient funds.\"\n}"}],"_postman_id":"ae334346-5e03-4208-ba25-a3519d2233af"},{"name":"Get withdrawal transaction id","id":"db5e141e-296a-4833-9af5-83e4df6efd3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"{{test_partner_token}}","description":"

Partner token used to differentiate different partners

\n","type":"text"},{"key":"X-Cel-Api-Key","value":"{{test_api_key}}","description":"

Api key (secret)

\n","type":"text"}],"url":"{{base_url}}/wallet/transactions/:transaction/status","urlObject":{"path":["wallet","transactions",":transaction","status"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"fadd88d4-aea3-4a6c-ab74-441c01aebb1a","type":"string","value":"2b82271-27cd-4f6e-a301-de6132c29f21","key":"transaction"}]}},"response":[{"id":"3148f773-37c5-4e49-bd1c-8a9157ff41bd","name":"Non existent transaction","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2081","description":"Transaction id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"13","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 14:45:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Wrong transaction id.\"\n}"},{"id":"769a8489-4652-47f4-8ec8-6cb9f9c5a118","name":"OK (transaction id assigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"9c91e035-6962-492c-9f66-84b49771a89f","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"bf105359e2d7ecb96a46ede6defc64e4c864997dbeb092a697e98f9e957b0944\"\n}"},{"id":"fab5b7e8-0689-41da-aa8d-c4edc91b63aa","name":"OK (transaction id unassigned)","originalRequest":{"method":"GET","header":[{"key":"X-Cel-Partner-Token","value":"5bb1d9650ce3c8f706252f106e757e59","description":"Partner token used to differentiate different partners"},{"key":"X-Cel-User-Token","value":"d41d8cd98f00b204e9800998ecf8427e","description":"User token (secret)"}],"url":{"raw":"{{base_url}}/wallet/transactions/withdrawal/:id","host":["{{base_url}}"],"path":["wallet","transactions","withdrawal",":id"],"variable":[{"key":"id","value":"4b62e901-135c-407f-b46c-de177f4c2089","description":"Transaction id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Oct 2018 15:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": null\n}"}],"_postman_id":"db5e141e-296a-4833-9af5-83e4df6efd3d"}],"id":"2f1d1ab7-2593-4843-b76b-51ef53a1e1e7","_postman_id":"2f1d1ab7-2593-4843-b76b-51ef53a1e1e7","description":""},{"name":"Utility","item":[{"name":"Interest Rates","id":"70289d42-5a80-4fbd-9d1c-6714742fe3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/util/interest/rates","description":"

Retreives interest rates for each coin.

\n","urlObject":{"path":["util","interest","rates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e818957a-a4b1-49d6-a268-95fb58965e52","name":"Interest Rates","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/util/interest/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 10 Feb 2019 10:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"963"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Signature","value":"sE6p7fpQYS0QD4tCkocHk3ttpGP95imY+JMM8/32xzeWh8akgz8/l0qKOabiEEQd2jIoPT/UGQhZvU94EvGWoFgoRD5Bh90pcumdO6F5laMAiC+LyyFNJrTxoe0UIX4aoMnU1u2EWEaD8YLCn28ku58Lxka5geL09l3SIipho8bi3N+ZgKYmbWQ+lFZUV6JCPmu7jHDASsaQaOu5n7AB6N3Dm+xLgfbaxu/QDN80sDF9fe5O56bh8IBlf/2+Y5HXJSFYsRl+s9v3YZ/EnvVc0DrvSK5noqSTiVy2Olsh6qMrYS6WTxjTVpW1TJ6E7oP97aMZ5fqJenBces7jGXCT5w=="},{"key":"ETag","value":"W/\"3c3-uuzwMybo2QDoOh03cI+BNv+B0Yc\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n \"interestRates\": [\n {\n \"coin\": \"ETH\",\n \"rate\": \"0.0200\",\n \"currency\": {\n \"id\": 2,\n \"name\": \"ethereum\",\n \"short\": \"ETH\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png\"\n }\n },\n {\n \"coin\": \"BTC\",\n \"rate\": \"0.2300\",\n \"currency\": {\n \"id\": 1,\n \"name\": \"bitcoin\",\n \"short\": \"BTC\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1.png\"\n }\n },\n {\n \"coin\": \"LTC\",\n \"rate\": \"0.2100\",\n \"currency\": {\n \"id\": 5,\n \"name\": \"litecoin\",\n \"short\": \"LTC\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/2.png\"\n }\n },\n {\n \"coin\": \"XRP\",\n \"rate\": \"0.2300\",\n \"currency\": {\n \"id\": 3,\n \"name\": \"ripple\",\n \"short\": \"XRP\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/52.png\"\n }\n },\n {\n \"coin\": \"OMG\",\n \"rate\": \"0.4300\",\n \"currency\": {\n \"id\": 12,\n \"name\": \"omisego\",\n \"short\": \"OMG\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1808.png\"\n }\n },\n {\n \"coin\": \"ZRX\",\n \"rate\": \"0.0310\",\n \"currency\": {\n \"id\": 13,\n \"name\": \"0x\",\n \"short\": \"ZRX\",\n \"image_url\": \"https://s2.coinmarketcap.com/static/img/coins/128x128/1896.png\"\n }\n }\n ]\n}"}],"_postman_id":"70289d42-5a80-4fbd-9d1c-6714742fe3a8"}],"id":"3d2d38ab-0b3a-49c6-91d9-b8f3c52c2cac","_postman_id":"3d2d38ab-0b3a-49c6-91d9-b8f3c52c2cac","description":""}],"id":"83677182-2cc9-4198-b574-77ad0862237b","_postman_id":"83677182-2cc9-4198-b574-77ad0862237b","description":""}],"event":[{"listen":"prerequest","script":{"id":"5169fe7b-f94e-4259-80cd-5a5ba9c0cd56","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"281d7c8d-8321-4934-b0be-11e619837f6a","type":"text/javascript","exec":[""]}}]}