Skip to main content
GET
/
api
/
v2
/
savings
/
{id}
/
crypto-deposit-instructions
Get crypto deposit instructions
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"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Response

address
string
required
Example:

"0x"

network
string
required
Example:

"POLYGON"

currency
string
required
Example:

"USDC"