⚠️ Dream Finance UAB (Lithuania) has temporarily suspended the provision of all crypto-asset related services. See Important notice for details.
curl --request POST \
--url https://app.lt.cryptoprocessing.com/api/v2/accounts/list \
--header 'Content-Type: application/json' \
--header 'X-Processing-Key: <api-key>' \
--header 'X-Processing-Signature: <x-processing-signature>' \
--data '{}'{
"data": [
{
"currency": "BTC",
"type": "crypto",
"balance": "0.04"
},
{
"currency": "EUR",
"type": "fiat",
"balance": "10000"
}
]
}Get a list of your balances for each cryptocurrency, including zero balances.
curl --request POST \
--url https://app.lt.cryptoprocessing.com/api/v2/accounts/list \
--header 'Content-Type: application/json' \
--header 'X-Processing-Key: <api-key>' \
--header 'X-Processing-Signature: <x-processing-signature>' \
--data '{}'{
"data": [
{
"currency": "BTC",
"type": "crypto",
"balance": "0.04"
},
{
"currency": "EUR",
"type": "fiat",
"balance": "10000"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.lt.cryptoprocessing.com/llms.txt
Use this file to discover all available pages before exploring further.
Hex-encoded HMAC-SHA512 signature of the request body, generated using your secret key.
The Content-Type: application/json header must be specified even though the
request body has no fields.
This endpoint does not accept any request parameters, but you must still send
an empty JSON object ({}) in the request body.
OK
Show child attributes
Was this page helpful?