Crypto

Create a new receiver account for receiver

Create a New Crypto Receiver Account

POST /api/receiver-account/<crypto-asset>/crypto

Headers

Name
Value

x-api-key

<token>

signature

<token>

Body

Name
Type
Description

receiver_id*

string

Receiver ID of receiver account.

address*

string

Address of cryptocurrency asset.

network

string

Network of cryptocurrency asset.

* is mandatory parameter

Example body request

POST /api/receiver-account/btc/crypto

{
    "receiver_id": "a2bb66db-7067-44a2-8067-1393b682bc75",
    "address": "bc1p5cyxnuxmeuwuvkwfem96lxxss9s0x8r6u4q0a0"
}

POST /api/receiver-account/usdt/crypto

Response

Last updated