Internal get wallet receive address

post/api/v2/internal/{coin}/receiveaddress

Gets the receive address for a wallet

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
    Min length: >= 1 characters

Request Body

items array[object] required
walletId string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
coin string required
A cryptocurrency symbol or token ticker symbol
Min length: >= 1 characters
Example: btc
coinSpecific object

200 Response

receiveAddresses array[object] required
walletId string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
coin string required
A cryptocurrency symbol or token ticker symbol
Min length: >= 1 characters
Example: btc
receiveAddress
object or null
required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id