curl --request GET \
--url http://localhost:4000/wallets/{id} \
--header 'api_key: <api_key>'
{
"address": "<string>",
"balance": [
{
"account": "<string>",
"balance": 123,
"currency": "<string>"
}
],
"created_at": "<string>",
"id": "<string>",
"projectId": 123,
"status": "<string>",
"transactions": [
{
"amount": 123,
"balance": 123,
"currency": "<string>",
"date": "<string>",
"from": "<string>",
"id": "<string>",
"to": "<string>"
}
],
"type": "<string>",
"updated_at": "<string>"
}
Success response
The response is of type object
.
curl --request GET \
--url http://localhost:4000/wallets/{id} \
--header 'api_key: <api_key>'
{
"address": "<string>",
"balance": [
{
"account": "<string>",
"balance": 123,
"currency": "<string>"
}
],
"created_at": "<string>",
"id": "<string>",
"projectId": 123,
"status": "<string>",
"transactions": [
{
"amount": 123,
"balance": 123,
"currency": "<string>",
"date": "<string>",
"from": "<string>",
"id": "<string>",
"to": "<string>"
}
],
"type": "<string>",
"updated_at": "<string>"
}
curl --request GET \
--url http://localhost:4000/wallets/{id} \
--header 'api_key: <api_key>'
{
"address": "<string>",
"balance": [
{
"account": "<string>",
"balance": 123,
"currency": "<string>"
}
],
"created_at": "<string>",
"id": "<string>",
"projectId": 123,
"status": "<string>",
"transactions": [
{
"amount": 123,
"balance": 123,
"currency": "<string>",
"date": "<string>",
"from": "<string>",
"id": "<string>",
"to": "<string>"
}
],
"type": "<string>",
"updated_at": "<string>"
}
Success response
The response is of type object
.
curl --request GET \
--url http://localhost:4000/wallets/{id} \
--header 'api_key: <api_key>'
{
"address": "<string>",
"balance": [
{
"account": "<string>",
"balance": 123,
"currency": "<string>"
}
],
"created_at": "<string>",
"id": "<string>",
"projectId": 123,
"status": "<string>",
"transactions": [
{
"amount": 123,
"balance": 123,
"currency": "<string>",
"date": "<string>",
"from": "<string>",
"id": "<string>",
"to": "<string>"
}
],
"type": "<string>",
"updated_at": "<string>"
}