Skip to main content

ofac_check RPC Method - OFAC Address Check

Loading...

Updated on
Aug 21, 2026

ofac_check RPC Method - OFAC Address Check

Please note that this RPC method requires the OFAC Address Check add-on enabled on your Quicknode endpoint.

Parameters

chain
string
REQUIRED
Loading...
address
string
REQUIRED
Loading...

Returns

result
object
Loading...
address
string
Loading...
chain
string
Loading...
list_version
integer
Loading...
sanctioned
boolean
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"address": "0x0330070fd38ec3bb94f58fa55d40368271e9e54a",
6
"chain": "eth",
7
"list_version": 1,
8
"sanctioned": true
9
}
10
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"address": "0x0330070fd38ec3bb94f58fa55d40368271e9e54a",
6
"chain": "eth",
7
"list_version": 1,
8
"sanctioned": true
9
}
10
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free