π¦Accounts
API reference for account-related endpoints
Creating a New Account for a Customer
Creates new account for the customer and generates a challenge to be signed in order to create a related blockchain account
Unique customer ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Content digest
Type of the account
Currencies of the account, at least one is required (ISO-4217)
Successful operation
Invalid request
Not authorised
Customer not found
Internal error
Account Entity Updates
Blockchain Updates
Retrieve Account Entities
Retrieves accounts' details
HTTP message signature
HTTP message signature input
Successful operation
Unique account ID
Unique customer ID
Unique account ID in a form of a valid on-chain address. This would normally correspond to account's SCA address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbAccount status
Type of the account
Currencies of the account, at least one is required (ISO-4217)
Date this account was created (ISO-8601)
Date this account was updated (ISO-8601)
Invalid request
Not authorised
Internal error
Retrieve an Individual Customer's Accounts
Retrieves customer's accounts
Unique customer ID
HTTP message signature
HTTP message signature input
Successful operation
Unique account ID
Unique customer ID
Unique account ID in a form of a valid on-chain address. This would normally correspond to account's SCA address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbAccount status
Type of the account
Currencies of the account, at least one is required (ISO-4217)
Date this account was created (ISO-8601)
Date this account was updated (ISO-8601)
Invalid request
Not authorised
Customer not found
Internal error
Retrieve an Individual Account
Retrieves account's details
Unique account ID
HTTP message signature
HTTP message signature input
Successful operation
Unique account ID
Unique customer ID
Unique account ID in a form of a valid on-chain address. This would normally correspond to account's SCA address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbAccount status
Type of the account
Currencies of the account, at least one is required (ISO-4217)
Date this account was created (ISO-8601)
Date this account was updated (ISO-8601)
Invalid request
Not authorised
Account not found
Internal error
Deactivate an Account
Deactivates account and all associated resources
Unique account ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Successful operation
Unique account ID
Unique customer ID
Unique account ID in a form of a valid on-chain address. This would normally correspond to account's SCA address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbAccount status
Type of the account
Currencies of the account, at least one is required (ISO-4217)
Date this account was created (ISO-8601)
Date this account was updated (ISO-8601)
Invalid request
Not authorised
Account not found
Invalid state transition
Internal error
Reactivate an Account
Activates account and all associated resources
Unique account ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Successful operation
Unique account ID
Unique customer ID
Unique account ID in a form of a valid on-chain address. This would normally correspond to account's SCA address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbAccount status
Type of the account
Currencies of the account, at least one is required (ISO-4217)
Date this account was created (ISO-8601)
Date this account was updated (ISO-8601)
Invalid request
Not authorised
Account not found
Invalid state transition
Internal error
Closing an Account
Closes account and generates a challenge to be signed in order to delete related blockchain account
Unique account ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Successful operation
Invalid request
Not authorised
Account not found
Invalid state transition
Internal error
No content
Last updated