Tokens and networks
Use the endpoints below to fetch information regarding tokens and networks.
Returns the dictionary of tokens/assets
GET
<api>/integration/partner/dictionary/assets
Headers
Name | Type | Description |
---|---|---|
x-api-key* | string | API Key |
x-api-sig* | string | Signature created using API Secret |
x-api-ts* | string | Timestamp of the request |
Request Body
Name | Type | Description |
---|---|---|
assets* | array | Custom metadata for invoice |
Returns the dictionary of blockchains
GET
<api>/integration/partner/dictionary/blockchains
Headers
Name | Type | Description |
---|---|---|
x-api-key* | string | API Key |
x-api-sig* | string | Signature created using API Secret |
x-api-ts* | string | Timestamp of the request |
Request Body
Name | Type | Description |
---|---|---|
assets* | array | Custom metadata for invoice |
Last updated