Get list of token blacklists
Contract address of the token (case-insensitive)
Cursor to start next page, returned by the last request.
Cursor to start previous page, returned by the last request.
Filtered by address (case-insensitive)
GET /v1/krc20/blacklist/{ca} HTTP/1.1 Host: tn10api.kasplex.org Accept: */*
Success
{ "message": "Success", "prev": "text", "next": "text", "result": [ { "ca": "a0183c1f...", "address": "kaspa:qza6czbb...", "opScoreAdd": "1099989540000" }, { "ca": "a0183c1f...", "address": "kaspa:qyp8886a...", "opScoreAdd": "1066689220001" } ] }