Skip to main content
POST
Issue a deposit identity

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Path Parameters

deposit_account_id
string
required

Deposit account ID

Body

application/json
type
enum<string>
required

static_deposit_address issues a crypto address; ngn_virtual_account issues an NGN bank account

Available options:
static_deposit_address,
ngn_virtual_account
Example:

"static_deposit_address"

chain
enum<string>

Required when type is static_deposit_address

Available options:
bitcoin,
ethereum,
solana,
bsc,
tron,
base,
arbitrum
Example:

"tron"

bvn
string

BVN of the account holder (11 digits). Required when type is ngn_virtual_account

Example:

"12345678901"

Response

Deposit identity issued successfully.