Skip to content

Get transaction history

GET
/v1/asset/history
curl --request GET \
--url 'https://api.parasta.io/v1/asset/history?type=transfer&page=1&size=20' \
--header 'Authorization: Bearer <token>'
type
string
default: all
Allowed values: transfer exchange charge receive all
tokenId
string
networkId
string
cexAccountId
string
from
string format: date-time
to
string format: date-time
page
integer
default: 1 >= 1
size
integer
default: 20 >= 1 <= 100

OK

Media type application/json
object
page
integer
size
integer
totalCount
integer
items
Array<object>
object
id
string
type
string
Allowed values: transfer exchange charge receive
direction
string
Allowed values: in out
tokenId
string
symbol
string
amount
string
displayAmount
string
valueKrw
string
networkId
string
counterparty
string
memo
string
nullable
relatedExchangeId
string
nullable
cexAccountId
string
nullable
cexTxId
string
nullable
txHash
string
status
string
Allowed values: completed pending failed
createdAt
string format: date-time
completedAt
string format: date-time
Example
{
"items": [
{
"type": "transfer",
"direction": "in",
"status": "completed"
}
]
}

Please contact your representative. 담당자에게 문의해주세요.