- Contracts
- Get a contract
Contracts
Get a contract
Get a single contract.
GET
/v1/apps/{appId}/contracts/{contractId}
appId*
contractId*
curl --request GET \
--url https://api.bitski.com/v1/apps/{appId}/contracts/{contractId} \
--header 'Content-Type: application/json' \
--data '{
"contracts": array of objects,
"error":
}'
curl --request GET \
--url https://api.bitski.com/v1/apps/{appId}/contracts/{contractId} \
--header 'Content-Type: application/json' \
--data '{
"contracts": array of objects,
"error":
}'