Scores trade finance and export finance risk, including tenor and collateral
Scores trade finance and export finance risk, including tenor and collateral. Same calculator as trade-finance-risk-score, exposed under the buyer keyword used in demand searches. Use it as a trade finance risk score API, export finance risk API, or tenor and collateral scoring tool.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
25 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.agentutility.ai/trade-finance-risk-score-api
| Category | Everything else |
|---|---|
| Provider host | x402.agentutility.ai |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 25 ms |
Example input (from the provider)
{
"body": {
"buyer_credit_score": 76,
"collateral_coverage_pct": 85,
"country_risk_score": 32,
"documentation_quality": 82,
"fx_risk_score": 24,
"tenor_days": 90
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"buyer_credit_score": {
"description": "0-100 buyer credit quality.",
"type": "number"
},
"collateral_coverage_pct": {
"description": "Collateral as percent of exposure. Default 0.",
"type": "number"
},
"country_risk_score": {
"description": "0-100 country/sanctions risk; higher means riskier.",
"type": "number"
},
"documentation_quality": {
"description": "0-100 LC/invoice/bill-of-lading quality. Default 70.",
"type": "number"
},
"fx_risk_score": {
"description": "0-100 FX risk; higher means riskier. Default 35.",
"type": "number"
},
"tenor_days": {
"description": "Transaction tenor in days.",
"type": "number"
}
},
"required": [
"buyer_credit_score",
"country_risk_score",
"tenor_days"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"calculator": {
"type": "string"
},
"drivers": {
"items": {
"properties": {
"name": {
"type": "string"
},
"note": {
"type": "string"
},
"score": {
"type": "number"
},
"weight": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"grade": {
"type": "string"
},
"metrics": {
"properties": {
"collateral_coverage_pct": {
"type": "integer"
},
"tenor_days": {
"type": "integer"
}
},
"type": "object"
},
"recommendation": {
"type": "string"
},
"score": {
"type": "number"
},
"source": {
"type": "string"
},
"warnings": {
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}