curl --request POST \
--url https://api.getsly.ai/v1/v1/funding/estimate-fees \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"source_type": "card",
"amount_cents": 123,
"currency": "<string>",
"destination_currency": "<string>"
}
'{
"data": {
"provider_fee": 123,
"sly_fee": 123,
"fx_spread_cents": 123,
"total_fee": 123,
"net_amount_cents": 123
}
}Preview provider + Sly fees + FX spread before committing. Use to display costs to the end user.
curl --request POST \
--url https://api.getsly.ai/v1/v1/funding/estimate-fees \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"source_type": "card",
"amount_cents": 123,
"currency": "<string>",
"destination_currency": "<string>"
}
'{
"data": {
"provider_fee": 123,
"sly_fee": 123,
"fx_spread_cents": 123,
"total_fee": 123,
"net_amount_cents": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).
Estimate
Show child attributes