curl --request GET \
--url https://{base_url}/v1/wallet/balances \
--header 'Content-Type: application/json' \
--data '
[
{
"beneficiary_id": "f653e109-6c62-4aa4-869c-418c874e0a6c",
"source_amount": 500,
"source_currency": "USD",
"deduct_from": "PREFUNDED_BALANCE",
"remarks": "auto settle false"
},
{
"beneficiary_id": "f653e109-6c62-4aa4-869c-418c874e0a6c",
"source_amount": 500,
"source_currency": "USDC",
"deduct_from": "LIQUIDATION_ADDRESS",
"remarks": "auto settle false"
}
]
'{
"data": {
"currency": "<string>",
"amount": "<string>"
}
}Retrieve the current prefunded wallet balances
curl --request GET \
--url https://{base_url}/v1/wallet/balances \
--header 'Content-Type: application/json' \
--data '
[
{
"beneficiary_id": "f653e109-6c62-4aa4-869c-418c874e0a6c",
"source_amount": 500,
"source_currency": "USD",
"deduct_from": "PREFUNDED_BALANCE",
"remarks": "auto settle false"
},
{
"beneficiary_id": "f653e109-6c62-4aa4-869c-418c874e0a6c",
"source_amount": 500,
"source_currency": "USDC",
"deduct_from": "LIQUIDATION_ADDRESS",
"remarks": "auto settle false"
}
]
'{
"data": {
"currency": "<string>",
"amount": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes