Wallets
The Sendsprint Wallet system allows you to create and manage multi-currency wallets in the currencies we support.
Create
{baseUrl}/developer/createwallet{
"Currency": "string",
"Description": "string"
}curl --location --request POST '{baseUrl}/developer/createwallet' \
--header 'Content-Type: application/json' \
--header 'Authorization: bearer_token' \
--data '{
"Currency": "string",
"Description": "string"
}'{
"ResponseCode": "00",
"ResponseMessage": "Successful",
"Data": null
}Retrieve
Last updated