Skip to main content
GET
/
trade
/
deposits
Cryptocurrency Deposits - List Cryptocurrency Deposits
curl --request GET \
  --url https://api.ripio.com/trade/deposits \
  --header 'authorization: <authorization>' \
  --header 'signature: <signature>' \
  --header 'timestamp: <timestamp>'
{
  "data": {
    "deposits": [
      {
        "amount": 2.29999999,
        "confirmation_date": "2017-10-12T22:40:08.273Z",
        "create_date": "2017-10-12T22:40:08.273Z",
        "currency_code": "BTC",
        "id": "3D41EEF3-A709-4EE5-BDEE-B6435CAA84C8",
        "is_internal": false,
        "hash": "4f87d009d88524e627b60c6fbe4ebe671a99lk9ad72aab17e0963c5fbef118e2",
        "network": "bitcoin",
        "status": "confirmed"
      },
      {
        "amount": 2.29999999,
        "confirmation_date": "2017-10-12T20:06:52.983Z",
        "create_date": "2017-10-12T20:06:52.983Z",
        "currency_code": "BTC",
        "id": "3011675E-A549-46F3-A70B-0F0B0A01A2D6",
        "is_internal": false,
        "hash": "181378774394ec47b9861d9facfcd4d4ea11a447tr82532c654d5ee1306b4857",
        "network": "bitcoin",
        "status": "confirmed"
      }
    ],
    "pagination": {
      "current_page": 1,
      "registers_count": 21,
      "total_pages": 1,
      "page_size": 100
    },
    "nc": "<string>",
    "pc": "<string>"
  },
  "error_code": null,
  "message": null
}

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.

Query Parameters

currency_code
string

Currency code

Example:

"BTC"

status
string

Deposit status

start_date
string

Initial date filter in ISO-8601 format

end_date
string

Final date filter in ISO-8601 format

page_size
number

Number of records per page

Example:

100

current_page
number

Page number for pagination

Example:

3

network
string

Network

Example:

"bitcoin"

c
string

The c parameter is the cursor you should use to fetch the next page of results

Example:

"BTC"

Response

200 - application/json

Ok

data
object
required
error_code
number
required
Example:

null

message
string
required
Example:

null