Returning all transactions for Contract
Return all transactions for contract.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
contractIdstringRequired
Contract identifier
Responses
200
Successful operation.
application/json
typestringRequired
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get/contracts/{contractId}/transactions
GET /api/v1/contracts/{contractId}/transactions HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"type": "text"
}
]Was this helpful?