Create deposit
POST
/deposits
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.nusabyte.com/api/v1/deposits' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchainKey": "string",
"tokenId": "string",
"txHash": "string",
"amount": "string"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-04-25 08:15:42