GET
/
wrapped-assets
/
stake-wrap
curl --request GET \
  --url https://api.exchange.coinbase.com/wrapped-assets/stake-wrap \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>'
[
  {
    "id": "c5aaf125-d99e-41fe-82ea-ad068038b278",
    "from_amount": "11.00000000",
    "to_amount": "11.00000000",
    "from_account_id": "5dcc143c-fb96-4f72-aebf-a165e3d29b53",
    "to_account_id": "6100247f-90fc-4335-ac17-d99839f0c909",
    "from_currency": "USDC",
    "to_currency": "USD",
    "status": "pending",
    "conversion_rate": "1.006",
    "created_at": "2019-06-11T22:11:56.382Z",
    "completed_at": "2019-06-11T22:11:56.382Z",
    "canceled_at": "2019-06-11T22:11:56.382Z"
  }
]

Authorizations

cb-access-key
string
header
required
cb-access-passphrase
string
header
required
cb-access-sign
string
header
required
cb-access-timestamp
string
header
required

Query Parameters

before
string

Used for pagination, returns stake-wraps with created_at timestamps newer than before date. Example date format 2023-03-15T23:40:04.505Z.

after
string

Used for pagination, returns stake-wraps with created_at timestamps older than after date. Example date format 2023-03-15T23:40:04.505Z.

limit
integer

Limit on number of results to return.

from
string

from_currency, i.e. ETH.

to
string

to_currency, i.e. CBETH.

status
string

Response

200
application/json

The response is of type object[].