English
cURL
curl --request GET \ --url https://sandbox.killb.app/api/v2/savings/{id}/crypto-deposit-instructions \ --header 'Authorization: Bearer <token>'
{ "address": "0x", "network": "POLYGON", "currency": "USDC" }
The access token received from the authorization server in the OAuth 2.0 flow.
"0x"
"POLYGON"
"USDC"