● Control plane · v2 roadmap
Batch coming soon
Batch operations: bulk debtor import, bulk sanctions screening, bulk wallet import.
| POST | /v2/batch/debtors | Batch import debtors |
| POST | /v2/batch/sanctions-screen | Batch sanctions screening |
| POST | /v2/batch/wallets | Batch import wallets |
| GET | /v2/batch/{batch_id} | Get batch job status |
Batch import debtors
Import up to 500 debtors in a single request. Returns a batch job ID for status polling.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Batch sanctions screening
Screen up to 200 entities against OFAC/SDN and global sanctions lists in a single request.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Batch import wallets
Import up to 1000 wallet addresses for attribution analysis. Returns a batch job ID.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Get batch job status
Poll the status of a batch import or screening job.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.