Skip to content

Commit d8374f7

Browse files
committed
Update Bridge API endpoints to use pro URL and restructure paths for consistency
1 parent 6ebce4c commit d8374f7

2 files changed

Lines changed: 192 additions & 62 deletions

File tree

defillama-openapi-pro.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,13 +3527,13 @@
35273527
"x-api-plan-only": true
35283528
}
35293529
},
3530-
"/bridges": {
3530+
"/bridges/bridges": {
35313531
"get": {
35323532
"tags": ["bridges"],
35333533
"summary": "List all bridges along with summaries of recent bridge volumes.",
35343534
"servers": [
35353535
{
3536-
"url": "https://bridges.llama.fi"
3536+
"url": "https://pro-api.llama.fi"
35373537
}
35383538
],
35393539
"parameters": [
@@ -3663,13 +3663,13 @@
36633663
"x-api-plan-only": true
36643664
}
36653665
},
3666-
"/bridge/{id}": {
3666+
"/bridges/bridge/{id}": {
36673667
"get": {
36683668
"tags": ["bridges"],
36693669
"summary": "Get summary of bridge volume and volume breakdown by chain",
36703670
"servers": [
36713671
{
3672-
"url": "https://bridges.llama.fi"
3672+
"url": "https://pro-api.llama.fi"
36733673
}
36743674
],
36753675
"parameters": [
@@ -3933,13 +3933,13 @@
39333933
"x-api-plan-only": true
39343934
}
39353935
},
3936-
"/bridgevolume/{chain}": {
3936+
"/bridges/bridgevolume/{chain}": {
39373937
"get": {
39383938
"tags": ["bridges"],
39393939
"summary": "Get historical volumes for a bridge, chain, or bridge on a particular chain",
39403940
"servers": [
39413941
{
3942-
"url": "https://bridges.llama.fi"
3942+
"url": "https://pro-api.llama.fi"
39433943
}
39443944
],
39453945
"parameters": [
@@ -4020,13 +4020,13 @@
40204020
"x-api-plan-only": true
40214021
}
40224022
},
4023-
"/bridgedaystats/{timestamp}/{chain}": {
4023+
"/bridges/bridgedaystats/{timestamp}/{chain}": {
40244024
"get": {
40254025
"tags": ["bridges"],
40264026
"summary": "Get a 24hr token and address volume breakdown for a bridge",
40274027
"servers": [
40284028
{
4029-
"url": "https://bridges.llama.fi"
4029+
"url": "https://pro-api.llama.fi"
40304030
}
40314031
],
40324032
"parameters": [
@@ -4217,13 +4217,13 @@
42174217
"x-api-plan-only": true
42184218
}
42194219
},
4220-
"/transactions/{id}": {
4220+
"/bridges/transactions/{id}": {
42214221
"get": {
42224222
"tags": ["bridges"],
42234223
"summary": "Get all transactions for a bridge within a date range",
42244224
"servers": [
42254225
{
4226-
"url": "https://bridges.llama.fi"
4226+
"url": "https://pro-api.llama.fi"
42274227
}
42284228
],
42294229
"parameters": [

0 commit comments

Comments
 (0)