header
Key | Type | Description | Required |
---|---|---|---|
app_handle | string | This is the user handle used to identify the API consumer making the call. | true |
user_handle | string | This is the user handle attached to the KYC'd entity. | true |
created | integar | Epoch time that the API call was started (in nanoseconds). | true |
reference | string | This is a unique identifier from your system used to identify the call you've made. | false |
version | string | This tag specifies the version of the API you want to use. (As of writing, the only valid version string to use is 0.2 .) | true |
Referenced in Message Types:
- header_msg
- entity_msg
- link_account_msg
- issue_msg
- transfer_msg
- redeem_msg
- get_users_msg
- get_accounts_msg
- get_transactions_msg
Updated about 2 months ago