English
cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/customers/pre-fund/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "currency": "USDC", "network": "POLYGON" } '
{ "id": "123e4567-e89b-12d3-a456-426614174000", "type": "PRE_FUND", "address": "<string>", "currency": "USDC", "network": "POLYGON", "active": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
USD
USDC
USDT
"USDC"
POLYGON
ERC20
SOLANA
TRON
ARBITRUM
BSC
"POLYGON"
"123e4567-e89b-12d3-a456-426614174000"
"PRE_FUND"
A wallet address