Get the active policy and its validation
GET {{baseUrl}}/tap/active_policy
Returns the active policy and its validation.
Note: These endpoints are currently in beta and might be subject to changes.
If you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"policy": {
"rules": [
{
"type": "TRANSFER",
"action": "2-TIER",
"asset": "<string>",
"amountCurrency": "NATIVE",
"amountScope": "SINGLE_TX",
"amount": "<string>",
"periodSec": "<number>",
"operator": "<string>",
"operators": {
"wildcard": "*",
"users": [
"<string>",
"<string>"
],
"usersGroups": [
"<string>",
"<string>"
],
"services": [
"<string>",
"<string>"
]
},
"transactionType": "SUPPLY",
"designatedSigner": "<string>",
"designatedSigners": {
"users": [
"<string>",
"<string>"
],
"usersGroups": [
"<string>",
"<string>"
]
},
"srcType": "COMPOUND",
"srcSubType": "CONTRACT",
"srcId": "<string>",
"src": {
"ids": [
[
"<string>"
],
[
"<string>"
]
]
},
"dstType": "EXCHANGE",
"dstSubType": "EXCHANGETEST",
"dstId": "<string>",
"dst": {
"ids": [
[
"<string>"
],
[
"<string>"
]
]
},
"dstAddressType": "WHITELISTED",
"authorizers": [
"<string>",
"<string>"
],
"authorizersCount": "<number>",
"authorizationGroups": {
"logic": "OR",
"allowOperatorAsAuthorizer": "<boolean>",
"groups": [
{
"users": [
"<string>",
"<string>"
],
"usersGroups": [
"<string>",
"<string>"
],
"th": "<number>"
},
{
"users": [
"<string>",
"<string>"
],
"usersGroups": [
"<string>",
"<string>"
],
"th": "<number>"
}
]
},
"amountAggregation": {
"operators": "ACROSS_ALL_MATCHES",
"srcTransferPeers": "PER_SINGLE_MATCH",
"dstTransferPeers": "PER_SINGLE_MATCH"
},
"rawMessageSigning": {
"algorithm": "<string>",
"derivationPath": {
"path": [
"<number>",
"<number>"
]
}
},
"applyForApprove": "<boolean>",
"applyForTypedMessage": "<boolean>",
"externalDescriptor": "<string>"
},
{
"type&qu Curl curl -X GET 'https://api.fireblocks.io/v1/tap/active_policy' -H 'Accept: application/json' ENDPOINTS |